(
self,
url: StrOrURL,
**kwargs: Unpack[_RequestOptions],
)
| 1419 | ) -> "_RequestContextManager": ... |
| 1420 | |
| 1421 | def head( |
| 1422 | self, |
| 1423 | url: StrOrURL, |
| 1424 | **kwargs: Unpack[_RequestOptions], |
| 1425 | ) -> "_RequestContextManager": ... |
| 1426 | |
| 1427 | def post( |
| 1428 | self, |