Wasm Directoryalpha
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

CaseDescription
anyApply the queued change to the response sent downstream, regardless of whether it originally came from the origin or was a synthetic 5XX response.
responseOnly apply the queued change to an actual response to the request.
errorOnly apply the queued change to the synthetic response made when the request fails.