Update packages + add http code

This commit is contained in:
konradpabjan
2020-03-25 13:47:39 +01:00
parent 04e5ad73cd
commit ffa5c64202
3 changed files with 1460 additions and 1777 deletions

View File

@@ -28,6 +28,7 @@ export enum HttpCodes {
RequestTimeout = 408,
Conflict = 409,
Gone = 410,
TooManyRequests = 429,
InternalServerError = 500,
NotImplemented = 501,
BadGateway = 502,