Transform Request Body Policy
Transform the body of an incoming request.
Early Access
This policy is in private beta. If you would like to use this please reach out to us: whatzup@zuplo.com
Configuration
{
"name": "my-transform-body-inbound-policy",
"policyType": "transform-body-inbound",
"handler": {
"export": "TransformBodyInbound",
"module": "$import(@zuplo/runtime)",
"options": {}
}
}
Read more about how policies work