Private GIT

Skip to content
Snippets Groups Projects
Commit 1ebdc682 authored by Alexandre Beloin's avatar Alexandre Beloin
Browse files

Merge pull request #1801 from TagForce/master

parents 9035ccc4 3aa2a53f
Branches
Tags
No related merge requests found
...@@ -30,19 +30,6 @@ from os import sys ...@@ -30,19 +30,6 @@ from os import sys
# Mapping error status codes to official W3C names # Mapping error status codes to official W3C names
http_error_code = { http_error_code = {
100: 'Continue',
101: 'Switching Protocols',
102: 'Processing',
200: 'OK',
201: 'Created',
202: 'Accepted',
203: 'Non-Authoritative Information',
204: 'No Content',
205: 'Reset Content',
206: 'Partial Content',
207: 'Multi-Status',
208: 'Already Reported',
226: 'IM Used',
300: 'Multiple Choices', 300: 'Multiple Choices',
301: 'Moved Permanently', 301: 'Moved Permanently',
302: 'Found', 302: 'Found',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment