(self, path: str)
| 2601 | cls._static_hashes = {} |
| 2602 | |
| 2603 | def head(self, path: str) -> Awaitable[None]: |
| 2604 | return self.get(path, include_body=False) |
| 2605 | |
| 2606 | async def get(self, path: str, include_body: bool = True) -> None: |
| 2607 | # Set up our path instance variables. |