Interface HttpResponseContext

An object containing the properties for an HTTP response.

Hierarchy

  • HttpResponseContext

Properties

Properties

headers: {
    [name: string]: string;
}

Type declaration

  • [name: string]: string
json: boolean
statusCode?: number

Generated using TypeDoc