From 4f9739ed2ccc9fa3b1d406d96b7dd02f36f8ced4 Mon Sep 17 00:00:00 2001 From: Lagicrus Date: Wed, 9 Oct 2019 00:29:03 +0100 Subject: [PATCH] Update helpers.py (#1693) --- sanic/helpers.py | 1 + 1 file changed, 1 insertion(+) diff --git a/sanic/helpers.py b/sanic/helpers.py index 1b30e1ad..0ee80977 100644 --- a/sanic/helpers.py +++ b/sanic/helpers.py @@ -8,6 +8,7 @@ STATUS_CODES = { 100: b"Continue", 101: b"Switching Protocols", 102: b"Processing", + 103: b"Early Hints", 200: b"OK", 201: b"Created", 202: b"Accepted",