A proxy using axum v0.7 and reqwest? #2103
Unanswered
frederikhors
asked this question in
Q&A
Replies: 1 comment 2 replies
-
reqwest is still working on upgrading to hyper 1.0. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently using axum v0.6.20 and hyper v0.14.28 I have the following code that is work amazingly:
Now with axum v0.7 (and hyper v1 without the Client anymore) I don't understand how to make it work with
reqwest
.Can you point me in the right direction, please?
Beta Was this translation helpful? Give feedback.
All reactions