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

The result of a render operation.

Type declaration

  • Readonlybody: string

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

  • Readonlyheaders: ResponseHeaders

    Headers to be attached to the response.

  • Readonlystatus: number

    The HTTP status code.