http-multipart-formdata
Http multipart/formdata parser
README
A library which enables HTTP file uploads in ocaml web applications. HTTP file upload requests are generally encoded as multipart/form-data
media content type. The library provides a simple api to parse and process such requests.
The parser implements HTTP multipart/form-data
standard as defined in RFC 7578.
Installation
$ opam install http-multipart-formdata
Install
- Published
-
21 Aug 2021
- Authors
-
- Maintainers
-
Sources
v3.1.0.tar.gz
md5=18fe94cdd2a8ae5806fcd88eca7b7773
sha512=0114eacaa60638cfe456aaa8d9dae89820f0da0fb6bb989980eb2d828007fa7ac15cd3cac5ac6ae8f231c81b6f5aeae7afaeec7b5fbc65ee09ad47acb0632515
Dependencies
odoc
with-doc
ppx_deriving
with-test
ppx_expect
with-test
angstrom
>= "0.15.0"
cstruct
>= "6.0.0"
fmt
>= "0.8.9"
ocaml
>= "4.10.0"
dune
>= "2.7"
Reverse Dependencies