(
self,
path: StrOrURL,
**kwargs: Unpack[_RequestOptions],
)
| 380 | ) -> _RequestContextManager: ... |
| 381 | |
| 382 | def put( |
| 383 | self, |
| 384 | path: StrOrURL, |
| 385 | **kwargs: Unpack[_RequestOptions], |
| 386 | ) -> _RequestContextManager: ... |
| 387 | |
| 388 | def patch( |
| 389 | self, |