MCPcopy Create free account
hub / github.com/datapane/datapane / method

Method method

python-client/src/datapane/_vendor/bottle.py:1184–1186  ·  view source on GitHub ↗

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

(self)

Source from the content-addressed store, hash-verified

1182
1183 @property
1184 def method(self):
1185 """ The ``REQUEST_METHOD`` value as an uppercase string. """
1186 return self.environ.get('REQUEST_METHOD', 'GET').upper()
1187
1188 @DictProperty('environ', 'bottle.request.headers', read_only=True)
1189 def headers(self):

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected