Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 616 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 616 Bytes

http-mutlipart-formdata

A library which enables HTTP file uploads in ocaml web applications. HTTP file upload requests are generally encoded as multipart/form-data media content type. The library provides a simple api to parse and process such requests.

The parser implements HTTP multipart/form-data standard as defined in RFC 7578.

API Documentation

Installation

$ opam install http-multipart-formdata

Full API Usage