package multipart_form
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
On This Page
  
  
  Multipart-form: RFC2183, RFC2388 & RFC7578
Install
    
    dune-project
 Dependency
Authors
Maintainers
Sources
  
    
      multipart_form-0.6.0.tbz
    
    
        
    
  
  
  
    
  
  
    
  
        sha256=a0e329c323cffaad4167cd5af87a68a1e6a09546600f1773d8c0cd2f28062116
    
    
  sha512=46d6aa185df8224f983e06ff904db80f4a4f859810c9040ea894ebc82510ba43719b276b43c5939ac7eba75491cb5633fbb47934a9e66637a185d19e35aab688
    
    
  doc/CHANGES.html
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