Enum
pending-response-kind
Control for under which conditions an operation should be applied to the result of
a pending-response.
enum pending-response-kind {
any,
response,
error,
}Cases
| Case | Description |
|---|---|
| any | Apply the queued change to the response sent downstream, regardless of whether it originally came from the origin or was a synthetic 5XX response. |
| response | Only apply the queued change to an actual response to the request. |
| error | Only apply the queued change to the synthetic response made when the request fails. |