(
self, method: str, path: StrOrURL, **kwargs: Unpack[_RequestOptions]
)
| 352 | if sys.version_info >= (3, 11) and TYPE_CHECKING: |
| 353 | |
| 354 | def request( |
| 355 | self, method: str, path: StrOrURL, **kwargs: Unpack[_RequestOptions] |
| 356 | ) -> _RequestContextManager: ... |
| 357 | |
| 358 | def get( |
| 359 | self, |