package http-multipart-formdata

  1. Overview
  2. Docs
Http multipart/formdata parser

Install

Dune Dependency

Authors

Maintainers

Sources

v2.0.1.tar.gz
md5=96b1851c7496072b5b0bf4f1a3894817
sha512=3c5402f28283db184fd56da59550c999fa08bb4db135993055a732cdf00c38aba41a5c7cab0e069bba940ccb889eb249100c4333dd4b8645aff1a998ece1cb4a

Description

OCaml implementation of RFC 7578 (Returning Values from Forms: multipart/form-data)- https://tools.ietf.org/html/rfc7578

README

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

Dependencies (7)

  1. reparse-lwt-unix (>= "3.0.0" & < "3.1.0")
  2. reparse-lwt (>= "3.0.0" & < "3.1.0")
  3. reparse (>= "3.0.0" & < "3.1.0")
  4. lwt
  5. fmt >= "0.8.9"
  6. ocaml >= "4.10.0"
  7. dune >= "2.7"

Dev Dependencies (3)

  1. odoc with-doc
  2. ppx_deriving with-test
  3. ppx_expect with-test

Used by

None

Conflicts

None