| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Hasura.RQL.Types.Webhook.Transform.Body
Synopsis
Documentation
HTTP message body being transformed.
Constructors
| JSONBody (Maybe Value) | |
| RawBody ByteString |
Instances
data BodyTransformFn Source #
The transformations which can be applied to an HTTP message body.
Constructors
| 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 |