multipart-form-data
Parser for ocaml [](https://travis-ci.org/cryptosense/multipart-form-data)
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
andget_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.
Install
copied = false, 2000)"
:class="{ 'border-gray-700': !copied, 'text-gray-100': !copied, 'focus:ring-orange-500': !copied, 'focus:border-orange-500': !copied, 'border-green-600': copied, 'text-green-600': copied, 'focus:ring-green-500': copied, 'focus:border-green-500': copied }">
- Published
- 12 Apr 2018
- Authors
- Maintainers
Sources
Dependencies
alcotest
with-test
ocaml-migrate-parsetree
build & < "2.0.0"
jbuilder
>= "1.0+beta7"
ocaml
>= "4.02.0"
Reverse Dependencies