@hackage servant-multipart0.12
multipart/form-data (e.g file upload) support for servant
Categories
License
BSD-3-Clause
Maintainer
alpmestan@gmail.com
Links
Versions
Installation
Tested Compilers
Dependencies (18)
- array >=0.5.1.1 && <0.6
- base >=4.9 && <5
- bytestring >=0.10.8.1 && <0.11
- directory >=1.3 && <1.4
- http-media >=0.7.1.3 && <0.9
- lens >=4.17 && <4.20 Show all…
Dependents (15)
@hackage/swarm, @hackage/servant-multipart-client, @hackage/openai-servant, @hackage/autodocodec-servant-multipart, @hackage/openai-hs, @hackage/tasklite-core, Show all…
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.