MCPcopy
hub / github.com/pallets/werkzeug / GET

Method GET

examples/webpylike/webpylike.py:22–23  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

20 self.req = req
21
22 def GET(self):
23 raise MethodNotAllowed()
24
25 POST = DELETE = PUT = GET
26

Callers 1

HEADMethod · 0.95

Calls 1

MethodNotAllowedClass · 0.90

Tested by

no test coverage detected