Changelog for webapi-0.2.2.0
Changelog
0.2.2
- Added support for GHC 8
0.2.1
- Added
RequestBody
to theRequest
type. This allows user to have content in request's body with the desiredContent-Type
. - Added
Request
pattern synonym. - Added
Field
data type for aliasing field names.