[ANN] http-multipart-formdata 1.0.0

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.

7 Likes

Thanks a lot! I’ve been abusing the Uri module for this, so I’m glad to see a library for this that is also standalone so I don’t need to be using a specific framework.

2 Likes