Change Method Policy
Changes the HTTP method of the incoming request.
Configuration
{
"name": "my-change-method-inbound-policy",
"policyType": "change-method-inbound",
"handler": {
"export": "ChangeMethodInboundPolicy",
"module": "$import(@zuplo/runtime)",
"options": {
"method": "POST"
}
}
}
Read more about how policies work