(
self,
url: StrOrURL,
**kwargs: Unpack[_RequestOptions],
)
| 1413 | ) -> "_RequestContextManager": ... |
| 1414 | |
| 1415 | def options( |
| 1416 | self, |
| 1417 | url: StrOrURL, |
| 1418 | **kwargs: Unpack[_RequestOptions], |
| 1419 | ) -> "_RequestContextManager": ... |
| 1420 | |
| 1421 | def head( |
| 1422 | self, |