How to convert HeaderMap from actix-web to reqwest since v0.12.x #2231
Unanswered
yutian1224
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Previously, could just use the
request.headers().into()
to adapt.Now when try to traversal and
HeaderMap::new()
a new reqwest headermap to convert, the following situation will occur. How to solve it?Beta Was this translation helpful? Give feedback.
All reactions