RenderResult: {
    body: string;
    headers: ResponseHeaders;
    status: number;
}

The result of a render operation.

Type declaration

  • Readonly body: string

    The body of the response that is to be sent back from the gateway.

  • Readonly headers: ResponseHeaders

    Headers to be attached to the response.

  • Readonly status: number

    The HTTP status code.

Generated using TypeDoc