Replies: 1 comment
-
You probably have to wait until reqwest supports http 1.0 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
Hi! I'm in the process of upgrading to 0.7 and have to write new tests. I'd like to test sending requests with a multipart/form-data body. I could not find anything about this in the examples and am at a loss whether I can use the
reqwest
crate for this somehow. The axum request builder does not seem to provide for this. Is there some blessed way to do this or do I have to write the body by hand?axum version
0.7.1
Beta Was this translation helpful? Give feedback.
All reactions