MCPcopy
hub / github.com/tornadoweb/tornado / head

Method head

tornado/web.py:2787–2788  ·  view source on GitHub ↗
(self, path: str)

Source from the content-addressed store, hash-verified

2785 cls._static_hashes = {}
2786
2787 def head(self, path: str) -> Awaitable[None]:
2788 return self.get(path, include_body=False)
2789
2790 async def get(self, path: str, include_body: bool = True) -> None:
2791 # Set up our path instance variables.

Callers

nothing calls this directly

Calls 1

getMethod · 0.95

Tested by

no test coverage detected