lemaetech / http-multipart-formdata

Enables HTTP file uploads and form processing in OCaml web applications.

Home Page:https://lemaetech.co.uk/http-multipart-formdata/http-multipart-formdata/Http_multipart_formdata/index.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Enables HTTP file uploads and form processing in OCaml web applications.

https://lemaetech.co.uk/http-multipart-formdata/http-multipart-formdata/Http_multipart_formdata/index.html

License:Mozilla Public License 2.0


Languages

Language:OCaml 99.7%Language:Makefile 0.3%