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

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

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.12), 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
Revised Revision 1 made by ErikHesselink at 2022-11-24T15:58:27Z
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 2020-10-18T07:08:00Z
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 12909 total (40 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2020-10-18 [all 1 reports]

Readme for multipart-0.2.1

[back to package description]

multipart

Build Status

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