Closed ArktinenSieni closed 7 years ago
Pretty good! Just one thing that I would like to see (unless a good argument is made against that): do not use the options type as the "token" that decides what backend to use. I'd instead like to see something like type API = MultipartForm Mem (MultipartData Mem) :> ...
(or same with Tmp
to use temporary files) if you don't mind?
Updated documentation with my possibly lacking understanding ^^'
Added and edited documentation as requested.
stack haddock
built as intended.
Made a tiny comment, otherwise it's looking good!
Awesome. @phadej @ArktinenSieni if you guys need for this to ship ASAP, let me know. Or feel free to do the release yourself @phadej actually if you want =)
@alpmestan, no need to ship asap. Let's do it around the next servant
major release - if nobody asks for it before specifically.
How does progress look so far?