Variable CopyResponseHandlerSchemaConst
CopyResponseHandlerSchema: ZodObject<
{ status_code: ZodOptional<ZodAny> } & {
handler: ZodLiteral<"copy_response">;
},
"strip",
ZodTypeAny,
{ handler: "copy_response"; status_code?: any },
{ handler: "copy_response"; status_code?: any },
> = ...
Copy response handler schema - copy response from subrequest
Copies the response body from a reverse proxy subrequest. Used in intercept handler routes to forward upstream responses.