multipart: Parsers for the HTTP multipart format

[ bsd3, library, network ] [ Propose Tags ]

Parsers and data types for the HTTP multipart format from RFC2046.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1, 0.1.0.1, 0.1.1, 0.1.2, 0.1.3, 0.2.0, 0.2.1
Change log CHANGELOG.md
Dependencies base (>=3 && <5), bytestring (>=0.10.8.0 && <0.11), fail (>=4.9.0.0 && <4.10), parsec (>=2.0), stringsearch [details]
License BSD-3-Clause
Copyright Bjorn Bringert, Andy Gill, Anders Kaseorg, Ian Lynagh, Erik Meijer, Sven Panne, Jeremy Shaw
Author Silk B.V.
Maintainer code@silk.co
Category Network
Home page http://www.github.com/silkapp/multipart
Source repo head: git clone https://github.com/silkapp/multipart.git
Uploaded by ErikHesselink at 2019-10-07T13:01:10Z
Distributions Debian:0.2.0, FreeBSD:0.1.2, LTSHaskell:0.2.1, NixOS:0.2.1
Reverse Dependencies 4 direct, 72 indirect [details]
Downloads 12931 total (42 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2019-10-07 [all 1 reports]

Readme for multipart-0.2.0

[back to package description]

multipart

Build Status

A partial fork of the cgi package exposing the Multipart module.