Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
31
class
WebPyApp:
Callers
nothing calls this directly
Calls
1
GET
Method · 0.95
Tested by
no test coverage detected