mirror of
https://github.com/actions/http-client.git
synced 2025-02-25 00:52:46 +00:00
Update packages + add http code
This commit is contained in:
parent
04e5ad73cd
commit
ffa5c64202
1
index.ts
1
index.ts
@ -28,6 +28,7 @@ export enum HttpCodes {
|
|||||||
RequestTimeout = 408,
|
RequestTimeout = 408,
|
||||||
Conflict = 409,
|
Conflict = 409,
|
||||||
Gone = 410,
|
Gone = 410,
|
||||||
|
TooManyRequests = 429,
|
||||||
InternalServerError = 500,
|
InternalServerError = 500,
|
||||||
NotImplemented = 501,
|
NotImplemented = 501,
|
||||||
BadGateway = 502,
|
BadGateway = 502,
|
||||||
|
3226
package-lock.json
generated
3226
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
10
package.json
10
package.json
@ -22,12 +22,12 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://github.com/actions/http-client#readme",
|
"homepage": "https://github.com/actions/http-client#readme",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/jest": "^24.0.25",
|
"@types/jest": "^25.1.4",
|
||||||
"@types/node": "^12.12.24",
|
"@types/node": "^12.12.31",
|
||||||
"jest": "^24.9.0",
|
"jest": "^25.1.0",
|
||||||
"proxy": "^1.0.1",
|
"proxy": "^1.0.1",
|
||||||
"ts-jest": "^24.3.0",
|
"ts-jest": "^25.2.1",
|
||||||
"typescript": "^3.7.4"
|
"typescript": "^3.8.3"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"tunnel": "0.0.6"
|
"tunnel": "0.0.6"
|
||||||
|
Loading…
Reference in New Issue
Block a user