multipart-form-dataversion

Parser for ocaml [![Build Status](https://travis-ci.org/cryptosense/multipart-form-data.svg)](https://travis-ci.org/cryptosense/multipart-form-data)

This is a parser for structured form data based on Lwt_stream in order to use it with cohttp. You can use it to send POST parameters.

There are two APIs:

  • a high-level one: parse_stream and get_parts. It works for strings, but has some problems with files.
  • a low-level one: parse. It works for well for both strings and files.
AuthorEtienne Millon <etienne@cryptosense.com>
LicenseBSD-2-Clause
Published
Homepagehttps://github.com/cryptosense/multipart-form-data
Issue Trackerhttps://github.com/cryptosense/multipart-form-data/issues
MaintainerEtienne Millon <etienne@cryptosense.com>
Dependencies
Source [http] https://github.com/cryptosense/multipart-form-data/releases/download/v0.2.0/multipart-form-data-0.2.0.tbz
md5=7e6276ba4b19d6289cc4129fc45ab1f2
Edithttps://github.com/ocaml/opam-repository/tree/master/packages/multipart-form-data/multipart-form-data.0.2.0/opam
Required by