(
self,
path: StrOrURL,
**kwargs: Unpack[_RequestOptions],
)
| 368 | ) -> _RequestContextManager: ... |
| 369 | |
| 370 | def head( |
| 371 | self, |
| 372 | path: StrOrURL, |
| 373 | **kwargs: Unpack[_RequestOptions], |
| 374 | ) -> _RequestContextManager: ... |
| 375 | |
| 376 | def post( |
| 377 | self, |