|
78 | 78 | "proxy": "Proxy", |
79 | 79 | "insecure": "Insecure" |
80 | 80 | }, |
| 81 | + "proxy": { |
| 82 | + "http": "HTTP Proxy", |
| 83 | + "https": "HTTPS Proxy", |
| 84 | + "no": "No Proxy" |
| 85 | + }, |
81 | 86 | "//see http spec": "https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/403", |
82 | 87 | "httpCode": { |
83 | 88 | "200": "200 OK", |
84 | 89 | "201": "201 Created", |
85 | 90 | "204": "204 No Content", |
86 | 91 | "400": "400 Bad Request", |
87 | 92 | "401": "401 Unauthorized", |
| 93 | + "402": "402 Payment Required", |
88 | 94 | "403": "403 Forbidden", |
89 | 95 | "404": "404 Not Found", |
90 | 96 | "405": "405 Method Not Allowed", |
91 | 97 | "409": "409 Conflict", |
92 | | - "413": "Content Too Large", |
| 98 | + "413": "413 Content Too Large", |
93 | 99 | "415": "415 Unsupported Media Type", |
94 | 100 | "422": "422 Unprocessable Content", |
95 | 101 | "500": "500 Internal Server Error", |
96 | 102 | "502": "502 Bad Gateway", |
97 | | - "503": "503 Service Unavailable" |
98 | | - }, |
99 | | - "proxy": { |
100 | | - "http": "HTTP Proxy", |
101 | | - "https": "HTTPS Proxy", |
102 | | - "no": "No Proxy" |
| 103 | + "503": "503 Service Unavailable", |
| 104 | + "301": "301 Moved Permanently", |
| 105 | + "302": "302 Found", |
| 106 | + "304": "304 Not Modified", |
| 107 | + "406": "406 Not Acceptable", |
| 108 | + "407": "407 Proxy Authentication Required", |
| 109 | + "408": "408 Request Timeout", |
| 110 | + "410": "410 Gone", |
| 111 | + "411": "411 Length Required", |
| 112 | + "412": "412 Precondition Failed", |
| 113 | + "414": "414 URI Too Long", |
| 114 | + "416": "416 Range Not Satisfiable", |
| 115 | + "417": "417 Expectation Failed", |
| 116 | + "429": "429 Too Many Requests", |
| 117 | + "501": "501 Not Implemented", |
| 118 | + "504": "504 Gateway Timeout" |
103 | 119 | } |
104 | 120 | } |
0 commit comments