mirror of
https://github.com/actions/http-client.git
synced 2025-04-22 02:02:29 +00:00
Merge 039ed3a378
into 602cbafdf5
This commit is contained in:
commit
0dc8d37665
1
index.ts
1
index.ts
@ -27,6 +27,7 @@ export enum HttpCodes {
|
|||||||
RequestTimeout = 408,
|
RequestTimeout = 408,
|
||||||
Conflict = 409,
|
Conflict = 409,
|
||||||
Gone = 410,
|
Gone = 410,
|
||||||
|
PayloadTooLarge = 413,
|
||||||
TooManyRequests = 429,
|
TooManyRequests = 429,
|
||||||
InternalServerError = 500,
|
InternalServerError = 500,
|
||||||
NotImplemented = 501,
|
NotImplemented = 501,
|
||||||
|
Loading…
Reference in New Issue
Block a user