Dear ocamlers,
It is my pleasure to announce the release of http-multipart-formdata v1.0.0. As the name suggests, the library implements functionality to allow HTTP file uploads and form processing. Tangentially, it implements the standard RFC 7578 - Returning Values from Forms: multipart/form-data which is the standard browsers use to send form data to a web server.
I developed this library as part of my endeavour to create ocaml web applications.
It is also an example of the parser construction library reparse which I also released a few days ago.
Enjoy!
B.