MCPcopy Index your code
hub / github.com/sqlmapproject/sqlmap / method

Method method

thirdparty/bottle/bottle.py:1578–1580  ·  view source on GitHub ↗

The ``REQUEST_METHOD`` value as an uppercase string.

(self)

Source from the content-addressed store, hash-verified

1576
1577 @property
1578 def method(self):
1579 """ The ``REQUEST_METHOD`` value as an uppercase string. """
1580 return self.environ.get('REQUEST_METHOD', 'GET').upper()
1581
1582 @DictProperty('environ', 'bottle.request.headers', read_only=True)
1583 def headers(self):

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected