Added INA HTTP status codes. Closes #1

This commit is contained in:
Erik C. Thauvin 2019-05-06 03:10:32 -07:00
parent 4dbc2bbc08
commit f6759afd31
3 changed files with 195 additions and 161 deletions

View file

@ -1,6 +1,7 @@
100=Continue
101=Switching Protocols
102=Processing
103=Early Hints
200=OK
201=Created
202=Accepted
@ -13,7 +14,7 @@
226=IM Used
300=Multiple Choices
301=Moved Permanently
302=Moved Temporarily
302=Found/Moved Temporarily
303=See Other
304=Not Modified
305=Use Proxy
@ -33,7 +34,7 @@
410=Gone
411=Length Required
412=Precondition Failed
413=Request Entity Too Large
413=Request Entity/Payload Too Large
414=Request-URI Too Long
415=Unsupported Media Type
416=Requested Range Not Satisfiable