package multipart-form-data

  1. Overview
  2. Docs
multipart/form-data (RFC2388) parser

Install

Dune Dependency

Authors

Maintainers

Sources

multipart-form-data-0.1.0.tbz
sha256=85914059b855682abae0ed79746a51f9ee1796b9789873150771f1a2a7649bd0
md5=1369103590a077f17b7db144b7eeca6b

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

OCaml

Innovation. Community. Security.