httpd/lib
Api Code Documentation / Exports / httpd/lib
#
Table of contents#
Interfaces#
Type aliases#
Functions#
Type aliases#
HttpResponseƬ HttpResponse: [HttpStatusCode
, SuccessResponse
| ErrorResponse
]
#
Defined in#
HttpStatusCodeƬ HttpStatusCode: number
#
Defined in#
Functions#
throwParseErrorâ–¸ throwParseError(badKeys
, message?
): never
#
ParametersName | Type |
---|---|
badKeys | any |
message? | any |
#
Returnsnever
#
Defined in#
throwParseErrorIfUndefinedâ–¸ throwParseErrorIfUndefined(obj
, path
): void
#
ParametersName | Type |
---|---|
obj | any |
path | any |
#
Returnsvoid