pub fn default_response_modifier(
_req: &GatewayRequest,
resp: &mut GatewayResponse,
)Expand description
A response modifier that sets the HTTP status code based on the x-http-code header.
pub fn default_response_modifier(
_req: &GatewayRequest,
resp: &mut GatewayResponse,
)A response modifier that sets the HTTP status code based on the x-http-code header.