(self, *args: Any, **kwargs: Any)
| 267 | async def post(self, *args: Any, **kwargs: Any) -> Response: ... |
| 268 | |
| 269 | async def put(self, *args: Any, **kwargs: Any) -> Response: ... |
| 270 | |
| 271 | async def trace(self, *args: Any, **kwargs: Any) -> Response: ... |
| 272 |
no outgoing calls