BSD-3-Clause licensed by Silk B.V.
Maintained by [email protected]
This version can be pinned in stack with:multipart-0.2.1@sha256:387e7c7a7927cee015e3a7d3cec00f7e6fe1f0046a2fee57f431c9554e55ab45,1100

Module documentation for 0.2.1

Used by 1 package in nightly-2021-05-08(full list with versions):

multipart

Build Status

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

Changes

Changelog

0.2.1

  • Fix parsing of boundaries if newlines are missing. Thanks to Matthew Bauer.
  • Building this package with ghc versions before 8.x is no longer supported.

0.2.0

  • Monad.Fail no longer exists in base-4.13.0.0 and beyond; the function now lives in the class MonadFail. We need a major version bump, because this change affects the type signatures of functions we export to our users.

0.1.3

  • Improve performance of parsing multipart body. Thanks to Ali Abrar.

0.1.2

  • Expose Network.Multipart.Header