v0.2.1.0
Changes in 0.2.1.0
- 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.
RequestBody
to the Request
type. This allows user to have content in request's body with the desired Content-Type
.Request
pattern synonym.Field
data type for aliasing field names.