(
self,
path: StrOrURL,
**kwargs: Unpack[_RequestOptions],
)
| 386 | ) -> _RequestContextManager: ... |
| 387 | |
| 388 | def patch( |
| 389 | self, |
| 390 | path: StrOrURL, |
| 391 | **kwargs: Unpack[_RequestOptions], |
| 392 | ) -> _RequestContextManager: ... |
| 393 | |
| 394 | def delete( |
| 395 | self, |