Class HttpResponseInterface

Represents an HTTP response.

Hierarchy

  • HttpResponse

Constructors

Properties

content: any

The content of the response.

contentEncoding: "binary" | "base64"

The content encoding of the response.

contentType: string

The content type of the response.

headers?: OutgoingHttpHeaders

Headers of the http response

status: number

The status code of the response.

Methods

Generated using TypeDoc