(self, path: str)
| 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. |