(
self,
url: StrOrURL,
**kwargs: Unpack[_RequestOptions],
)
| 1431 | ) -> "_RequestContextManager": ... |
| 1432 | |
| 1433 | def put( |
| 1434 | self, |
| 1435 | url: StrOrURL, |
| 1436 | **kwargs: Unpack[_RequestOptions], |
| 1437 | ) -> "_RequestContextManager": ... |
| 1438 | |
| 1439 | def patch( |
| 1440 | self, |