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",