-
Notifications
You must be signed in to change notification settings - Fork 18
add multipart/form-data parsing #62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Thanks @lukewilliamboswell :) |
No problem, can do. |
Refactor host files into crates
|
@Anton-4 I've added an example that uses this. I'm having trouble writing the expect script to drive this. Would you be able to help me with this? demoexample imageexample cURL |
6e204d3 to
b6ccd7e
Compare
Sure :) |
|
@Anton-4 I've removed Base64 from the platform. I realised we only need it in the example, so I just import it there. |
Anton-4
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @lukewilliamboswell :)


Adds support for multipart/form-data parsing as described in IETF RFC 7578 Returning Values from Forms: multipart/form-data
demo
This demo shows uploading a
.csv, parse themultipart/form-datarequest body, saves the file to a temporary location and opens it.