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