(
self,
path: StrOrURL,
**kwargs: Unpack[_RequestOptions],
)
| 356 | ) -> _RequestContextManager: ... |
| 357 | |
| 358 | def get( |
| 359 | self, |
| 360 | path: StrOrURL, |
| 361 | **kwargs: Unpack[_RequestOptions], |
| 362 | ) -> _RequestContextManager: ... |
| 363 | |
| 364 | def options( |
| 365 | self, |
no test coverage detected