diff --git a/index.ts b/index.ts index a7858d9..29c1247 100644 --- a/index.ts +++ b/index.ts @@ -27,6 +27,7 @@ export enum HttpCodes { RequestTimeout = 408, Conflict = 409, Gone = 410, + PayloadTooLarge = 413, TooManyRequests = 429, InternalServerError = 500, NotImplemented = 501,