servant-multipart

multipart/form-data (e.g file upload) support for servant

https://github.com/haskell-servant/servant-multipart#readme

Version on this page:0.12@rev:1
LTS Haskell 22.14:0.12.1@rev:6
Stackage Nightly 2024-03-28:0.12.1@rev:6
Latest on Hackage:0.12.1@rev:6

See all snapshots servant-multipart appears in

BSD-3-Clause licensed by Alp Mestanogullari
Maintained by [email protected]
This version can be pinned in stack with:servant-multipart-0.12@sha256:aa81dd0478270ade4a21b75611d5bc9cce8107df2e89c37b9964a3421629825d,2761

Module documentation for 0.12

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.12

  • support servant-0.18
  • version bump for breaking change in #36

0.11.6

  • relax bounds for ghc810 #38
  • update haskell-ci #37
  • better parse errors #36

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