(self, method: str, path: str, *, to: Type[str], trace: bool = ..., versioned: bool = ..., **kwargs)
| 629 | |
| 630 | @overload |
| 631 | async def request(self, method: str, path: str, *, to: Type[str], trace: bool = ..., versioned: bool = ..., **kwargs) -> str: |
| 632 | ... |
| 633 | |
| 634 | @overload |
| 635 | async def request(self, method: str, path: str, *, to: Type[T], trace: bool = ..., versioned: bool = ..., **kwargs) -> T: |
no test coverage detected