Skip to main content

Interface: HTTPServerResponse

Represents the interface for a response from the server.

Properties

body

body: HTTPBody

Defined in

src/request/request.inteface.ts:11


headers

headers: HTTPHeaders

Defined in

src/request/request.inteface.ts:10


params

params: HTTPQueryParams

Defined in

src/request/request.inteface.ts:12


response

response: HTTPResponse

Defined in

src/request/request.inteface.ts:5


status

status: Object

Type declaration

NameType
codenumber
message?string

Defined in

src/request/request.inteface.ts:6