package http-multipart-formdata

  1. Overview
  2. Docs
Http multipart/formdata parser

Install

Dune Dependency

Authors

Maintainers

Sources

v3.0.1.tar.gz
md5=87226587ecab8737c2ff28b34a5bc079
sha512=2b36f39d6d1d28ee4fd57a7af83e84d05a9d2e4f2c2f0da960aa93451a7134fdabeb5ce05f3808686665674081458a6679d730a8a80b8fe67cf3c1a35a518db9

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 (5)

  1. angstrom >= "0.15.0"
  2. cstruct >= "6.0.0" & < "6.1.0"
  3. fmt >= "0.8.9"
  4. ocaml >= "4.10.0"
  5. 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