(
self,
path: StrOrURL,
**kwargs: Unpack[_RequestOptions],
)
| 362 | ) -> _RequestContextManager: ... |
| 363 | |
| 364 | def options( |
| 365 | self, |
| 366 | path: StrOrURL, |
| 367 | **kwargs: Unpack[_RequestOptions], |
| 368 | ) -> _RequestContextManager: ... |
| 369 | |
| 370 | def head( |
| 371 | self, |