Changelog for webapi-0.3
Changelog
0.3
- WebApiImplementation typeclass is renamed to WebApiServer
- Swapped the order of FromParam and ToParam class parameters.
- Fixed TmpFileBackend for file upload.
- Added fieldModifier to ParamSettings.
- Added support for cookie attributes.
- Fixed RequestBody content type matching.
0.2.2
- Added support for GHC 8
0.2.1
- Added
RequestBodyto theRequesttype. This allows user to have content in request's body with the desiredContent-Type. - Added
Requestpattern synonym. - Added
Fielddata type for aliasing field names.