@morojs/moro / ResponseState
Interface: ResponseState
Defined in: src/types/http.ts:48
Properties
finished
finished:
boolean
Defined in: src/types/http.ts:52
headers
headers:
Record<string,any>
Defined in: src/types/http.ts:51
headersSent
headersSent:
boolean
Defined in: src/types/http.ts:49
statusCode
statusCode:
number
Defined in: src/types/http.ts:50
writable
writable:
boolean
Defined in: src/types/http.ts:53