Skip to main content

httpd/lib

Api Code Documentation / Exports / httpd/lib

Table of contents

Interfaces

Type Aliases

Functions

Type Aliases

HttpResponse

Ƭ HttpResponse: [HttpStatusCode, SuccessResponse | ErrorResponse]

Defined in

src/httpd/lib.ts:25


HttpStatusCode

Ƭ HttpStatusCode: number

Defined in

src/httpd/lib.ts:24

Functions

throwParseError

throwParseError(badKeys, message?): TruBudgetError

Parameters

NameType
badKeysany
message?any

Returns

TruBudgetError

Defined in

src/httpd/lib.ts:27


throwParseErrorIfUndefined

throwParseErrorIfUndefined(obj, path): void

Parameters

NameType
objany
pathany

Returns

void

Defined in

src/httpd/lib.ts:31