AsyncClient -missing method prepare_request #2193
Answered
by
stevstrong
stevstrong
asked this question in
Potential Issue
|
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. |
Answered by
stevstrong
Apr 30, 2022
Replies: 1 comment
|
I just read this https://www.python-httpx.org/compatibility/#request-instantiation and this. |
0 replies
Answer selected by
stevstrong
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I just read this https://www.python-httpx.org/compatibility/#request-instantiation and this.
So I think this topic is moot.