Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Synopsis
Documentation
HTTP message body being transformed.
Instances
data BodyTransformFn Source #
The transformations which can be applied to an HTTP message body.
Remove | Remove the HTTP message body. |
ModifyAsJSON Template | Modify the JSON message body by applying a |
ModifyAsFormURLEncoded (HashMap Text UnescapedTemplate) | Modify the JSON message body by applying |