- Add
headhelper forSnap.Test - Add support for GHC 9
- Expose Snap.Internal.Util.FileServe
- Ensure parseHttpTime returns 0 on invalid input
- Add test helper for HEAD requests
- Misc version bumps
- Allow
network3.0.
-
Allow
unix-compat0.5 -
Stop using deprecated Data.Map.insertWith'
-
Test with GHC 8.4.1
- Allow
io-streams1.5.
- Alternative file upload handling into Snap.Util.FileUploads
- Fixed parsing of field values in multipart/form-data headers with encodings other than US-ASCII
- Allow
io-streams1.4.
- Merged CORS functionality from snap-cors project into Snap.Util.CORS
- Bumped
timedependency.
- Fixed a bug in token parsing in Snap.Util.Parsing
-
fixed a FileUpload exception test
-
Exported
compressibleMimeTypes -
Added a missing file to the tarball.
- Removed support for
iterateesin favor of io-streams