package multipart-form-data

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

Install

Dune Dependency

Authors

Maintainers

Sources

multipart-form-data-0.2.0.tbz
md5=7e6276ba4b19d6289cc4129fc45ab1f2

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.

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.

Published: 12 Apr 2018

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

  1. lwt_ppx
  2. lwt
  3. stringext
  4. ocaml-migrate-parsetree build & < "2.0.0"
  5. jbuilder >= "1.0+beta7"
  6. ocaml >= "4.02.0"

Dev Dependencies (1)

  1. alcotest with-test

Used by (1)

  1. datakit-ci

Conflicts

None