package multipart-form-data

  1. Overview
  2. Docs

Description

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.

Published: 06 Dec 2016

README

multipart/form-data (RFC2388) parser for ocaml

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.

Dependencies (5)

  1. lwt >= "2.5.0" & < "4.0.0"
  2. stringext >= "1.3.0"
  3. ocamlfind build
  4. topkg build
  5. ocaml >= "4.02.0"

Dev Dependencies (2)

  1. ppx_deriving with-test
  2. alcotest with-test

Used by (1)

  1. datakit-ci

Conflicts

None