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

Method HEAD

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

Source from the content-addressed store, hash-verified

25 POST = DELETE = PUT = GET
26
27 def HEAD(self):
28 return self.GET()
29
30
31class WebPyApp:

Callers

nothing calls this directly

Calls 1

GETMethod · 0.95

Tested by

no test coverage detected