@pod-os/core / HttpStatus
Class: HttpStatus
Defined in: files/HttpStatus.ts:1
Constructors
Constructor
new HttpStatus(
code,text?):HttpStatus
Defined in: files/HttpStatus.ts:2
Parameters
code
number
text?
string
Returns
HttpStatus
Properties
code
readonlycode:number
Defined in: files/HttpStatus.ts:3
text?
readonlyoptionaltext:string
Defined in: files/HttpStatus.ts:4
Methods
toString()
toString():
string
Defined in: files/HttpStatus.ts:7
Returns
string