Represents a HTTP response.

Hierarchy

  • LibertasHttpResponse

Properties

body: string

Binary string of body, or empty string.

A list of response headers.

httpVersion: string

1.1, 1.0 etc.

method: string

GET, POST, PUT etc.

statusCode: number

An HTTP status code.

statusMessage: string

A text string.

Generated using TypeDoc