From 039ed3a3781df8f5baebf8436ca31b654eb41782 Mon Sep 17 00:00:00 2001 From: Konrad Pabjan Date: Tue, 4 Aug 2020 16:24:09 +0200 Subject: [PATCH] Add 413 HttpCode --- index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/index.ts b/index.ts index 0756a55..627c7bb 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,