BSD-3-Clause licensed by Alp Mestanogullari
Maintained by [email protected]
This version can be pinned in stack with:servant-multipart-0.11.5@sha256:1633f715b5b53d648a1da69839bdc5046599f4f7244944d4bbf852dba38d8f4b,2319

Module documentation for 0.11.5

This package adds support for file upload to the servant ecosystem. It draws on ideas and code from several people who participated in the (in)famous ticket #133 on servant's issue tracker.

Changes

0.11.5

  • Add servant-client support
  • Support servant-0.17

0.11.4

  • Change upload to be test-suite
  • Support servant-0.16

0.11.3

  • Add HasForeign (MultipartForm t a :> api) instance. #20

0.11.2

  • Support servant-0.14

0.11.1

  • Support servant-0.13
  • Export MultipartBackend and TmpBackendOptions

0.11

  • Support servant-0.12
  • Add support for memory backend

0.10

  • Initial release