(self, *args: Any, **kwargs: Any)
| 257 | async def delete(self, *args: Any, **kwargs: Any) -> Response: ... |
| 258 | |
| 259 | async def get(self, *args: Any, **kwargs: Any) -> Response: ... |
| 260 | |
| 261 | async def head(self, *args: Any, **kwargs: Any) -> Response: ... |
| 262 |
no outgoing calls
no test coverage detected