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

README.md.html

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.

OCaml

Innovation. Community. Security.