(self, path: str)
| 2567 | cls._static_hashes = {} |
| 2568 | |
| 2569 | def head(self, path: str) -> Awaitable[None]: |
| 2570 | return self.get(path, include_body=False) |
| 2571 | |
| 2572 | async def get(self, path: str, include_body: bool = True) -> None: |
| 2573 | # Set up our path instance variables. |