@morojs/moro / ResponseState
Interface: ResponseState
Defined in: src/types/http.ts:30
Properties
finished
finished:
boolean
Defined in: src/types/http.ts:34
headers
headers:
Record<string,any>
Defined in: src/types/http.ts:33
headersSent
headersSent:
boolean
Defined in: src/types/http.ts:31
statusCode
statusCode:
number
Defined in: src/types/http.ts:32
writable
writable:
boolean
Defined in: src/types/http.ts:35