package multipart_form-cohttp-lwt
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
Multipart-form for CoHTTP
Install
dune-project
Dependency
Authors
Maintainers
Sources
multipart_form-0.8.0.tbz
sha256=950740679be604e8641f557732ea988be506a7224fb1292853a904198bdc8560
sha512=5ad9590f2f9c8b97af00b253389ff087373b29627c384359650e5737883e9271e78405f6c009e36eda305f3dd64f6de5ac335d0c384016da6765abdc63161b20
doc/CHANGES.html
v0.8.0 2026-02-10 (Paris)
- Upgrade to ocamlformat.0.28.1 (@dinosaure, #46)
- Fix the eio support (@aktersnurra, @Willenbrink, @dinosaure, #44)
v0.7.0 2025-08-12 (Paris)
- Add and improve the Miou support of
multipart_form(@dinosaure, #41, #43)
v0.6.0 2024-04-13 (Enna)
- Introduce a new package
multipart_form-eio(@Willenbrink, #35) - Delete the
resultdependency (@dinosaure, #38) - Fix tests for OCaml 5.2 (@kit-ty-kate, #37)
v0.5.0 2023-04-11 (Paris)
- Introduce a new package
multipart_form-cohttp-lwtwhich provides helpers to usemultipart_formwhich CoHTTP (@dinosaure, @shonfeder, #34) - Delete the
rresultdependency (@dinosaure)
v0.4.1 2022-04-07 (Paris)
- Remove redundant
bigarraydependency (@patricoferris, #29) - Remove
bigarray-compatandstdlib-shimsand support only OCaml >= 4.08 (@hannesm, #30)
v0.4.0 2022-01-25 (Paris)
- Split the distribution into two packages:
multipart_form{,-lwt}(@dinosaure, @leviroth, #23) - Documentation about
Content-Type(@dinosaure, #24) - Upgrade the distribution with few new releases (@dinosaure, #24)
- Add a test about the lwt support (@dinosaure, @taiseiKMC, #25, #27)
- Allow filenames with space (@dinosaure, @aantron, @cemerick, #28)
v0.3.0 2021-05-11 (Paris)
- Add some
of_string/to_stringfunctions (@dinosaure, #15) - Add tests about content-type parser (@dinosaure, #16)
- Use
prettympackage instead ofmrmime.prettym(@dinosaure, #17) - Fix infinite loop for large upload (@dinosaure, #18)
v0.2.0 2021-04-19 (Paris)
- Add an encoder of
multipart/form-data(@dinosaure, #9) - Provide
multipart_form.lwtwhich is a specialization ofmultipart_formwithlwtand streams (@Armael, @dinosaure, #10) - Add convenience functions such as
maporflatten(@Armael, #10) - Add
Multipart_form.parse(@Armael, #10) - Add documentation to help user (@Armael, @dinosaure, #10, #11, #13)
- Update the README.md (@dinosaure, #12)
v0.1.0 2020-09-14 (Paris)
- First release of
multipart_form
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page