AlexanderMac / http-z

Parse/build HTTP message to/from model
MIT License
17 stars 6 forks source link

Find a way to process multipart/form-data requests with file parameters #29

Closed AlexanderMac closed 3 years ago

AlexanderMac commented 5 years ago

Example file parameter:

Content-Disposition: form-data; name="account[avatar]"; filename=""
Content-Type: application/octet-stream

https://tools.ietf.org/html/rfc7578

AlexanderMac commented 3 years ago

Done.