UNPKG
encrypted-fetcher
Version:
latest (0.1.0)
0.1.0
0.0.2
0.0.1
0.0.0
Rest API Fetcher with AES Encryption
github.com/samchon/encrypted-fetcher
samchon/encrypted-fetcher
encrypted-fetcher
/
lib
/
HttpError.d.ts
7 lines
•
253 B
TypeScript
View Raw
1
2
3
4
5
6
7
export declare
class
HttpError
extends
Error
{ readonly
method
:
string
; readonly path: string; readonly status: number; constructor(
method
:
string
,
path
:
string
,
status
:
number
,
message
:
string
)
; } //
# sourceMappingURL=HttpError.d.ts.map