(
self,
url: StrOrURL,
**kwargs: Unpack[_RequestOptions],
)
| 1425 | ) -> "_RequestContextManager": ... |
| 1426 | |
| 1427 | def post( |
| 1428 | self, |
| 1429 | url: StrOrURL, |
| 1430 | **kwargs: Unpack[_RequestOptions], |
| 1431 | ) -> "_RequestContextManager": ... |
| 1432 | |
| 1433 | def put( |
| 1434 | self, |
no test coverage detected