MCPcopy
hub / github.com/beetbox/beets / get_method

Function get_method

beetsplug/web/__init__.py:118–120  ·  view source on GitHub ↗

Returns the HTTP method of the current request.

()

Source from the content-addressed store, hash-verified

116
117
118def get_method():
119 """Returns the HTTP method of the current request."""
120 return flask.request.method
121
122
123def resource(name, patchable=False):

Callers 1

responderFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected