summaryrefslogtreecommitdiff
path: root/apifw/http.py
diff options
context:
space:
mode:
Diffstat (limited to 'apifw/http.py')
-rw-r--r--apifw/http.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/apifw/http.py b/apifw/http.py
index 62f9234..0675442 100644
--- a/apifw/http.py
+++ b/apifw/http.py
@@ -21,6 +21,8 @@ HTTP_FORBIDDEN = 403
HTTP_NOT_FOUND = 404
HTTP_BAD_REQUEST = 400
HTTP_CONFLICT = 409
+HTTP_CONFLICT = 409
+HTTP_LENGTH_REQUIRED = 411
class HttpTransaction: