Update helpers.py (#1693)

This commit is contained in:
Lagicrus 2019-10-09 00:29:03 +01:00 committed by 7
parent 0df37fa653
commit 4f9739ed2c

View File

@ -8,6 +8,7 @@ STATUS_CODES = {
100: b"Continue", 100: b"Continue",
101: b"Switching Protocols", 101: b"Switching Protocols",
102: b"Processing", 102: b"Processing",
103: b"Early Hints",
200: b"OK", 200: b"OK",
201: b"Created", 201: b"Created",
202: b"Accepted", 202: b"Accepted",