AsyncClient -missing method prepare_request #2193
-
|
Hi there, I am trying to port the "Prepared Request" example from this link: https://docs.python-requests.org/en/latest/user/advanced/ using httpx AsnycClient. But I could not find any method to prepare the request. In particular, it seems that "prepare_request" method is not implemented. Can anyone tell me how do I prepare requests using AsyncClient? Any hint is much appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
I just read this https://www.python-httpx.org/compatibility/#request-instantiation and this. |
Beta Was this translation helpful? Give feedback.
I just read this https://www.python-httpx.org/compatibility/#request-instantiation and this.
So I think this topic is moot.