• Home
  • Raw
  • Download

Lines Matching refs:RFC

229 | :const:`CONTINUE`                        | ``100`` | HTTP/1.1, `RFC 2616, Section                …
233 | :const:`SWITCHING_PROTOCOLS` | ``101`` | HTTP/1.1, `RFC 2616, Section …
237 | :const:`PROCESSING` | ``102`` | WEBDAV, `RFC 2518, Section 10.1 …
240 | :const:`OK` | ``200`` | HTTP/1.1, `RFC 2616, Section …
244 | :const:`CREATED` | ``201`` | HTTP/1.1, `RFC 2616, Section …
248 | :const:`ACCEPTED` | ``202`` | HTTP/1.1, `RFC 2616, Section …
252 | :const:`NON_AUTHORITATIVE_INFORMATION` | ``203`` | HTTP/1.1, `RFC 2616, Section …
256 | :const:`NO_CONTENT` | ``204`` | HTTP/1.1, `RFC 2616, Section …
260 | :const:`RESET_CONTENT` | ``205`` | HTTP/1.1, `RFC 2616, Section …
264 | :const:`PARTIAL_CONTENT` | ``206`` | HTTP/1.1, `RFC 2616, Section …
268 | :const:`MULTI_STATUS` | ``207`` | WEBDAV `RFC 2518, Section 10.2 …
274 | :const:`MULTIPLE_CHOICES` | ``300`` | HTTP/1.1, `RFC 2616, Section …
278 | :const:`MOVED_PERMANENTLY` | ``301`` | HTTP/1.1, `RFC 2616, Section …
282 | :const:`FOUND` | ``302`` | HTTP/1.1, `RFC 2616, Section …
286 | :const:`SEE_OTHER` | ``303`` | HTTP/1.1, `RFC 2616, Section …
290 | :const:`NOT_MODIFIED` | ``304`` | HTTP/1.1, `RFC 2616, Section …
294 | :const:`USE_PROXY` | ``305`` | HTTP/1.1, `RFC 2616, Section …
298 | :const:`TEMPORARY_REDIRECT` | ``307`` | HTTP/1.1, `RFC 2616, Section …
302 | :const:`BAD_REQUEST` | ``400`` | HTTP/1.1, `RFC 2616, Section …
306 | :const:`UNAUTHORIZED` | ``401`` | HTTP/1.1, `RFC 2616, Section …
310 | :const:`PAYMENT_REQUIRED` | ``402`` | HTTP/1.1, `RFC 2616, Section …
314 | :const:`FORBIDDEN` | ``403`` | HTTP/1.1, `RFC 2616, Section …
318 | :const:`NOT_FOUND` | ``404`` | HTTP/1.1, `RFC 2616, Section …
322 | :const:`METHOD_NOT_ALLOWED` | ``405`` | HTTP/1.1, `RFC 2616, Section …
326 | :const:`NOT_ACCEPTABLE` | ``406`` | HTTP/1.1, `RFC 2616, Section …
330 | :const:`PROXY_AUTHENTICATION_REQUIRED` | ``407`` | HTTP/1.1, `RFC 2616, Section …
334 | :const:`REQUEST_TIMEOUT` | ``408`` | HTTP/1.1, `RFC 2616, Section …
338 | :const:`CONFLICT` | ``409`` | HTTP/1.1, `RFC 2616, Section …
342 | :const:`GONE` | ``410`` | HTTP/1.1, `RFC 2616, Section …
346 | :const:`LENGTH_REQUIRED` | ``411`` | HTTP/1.1, `RFC 2616, Section …
350 | :const:`PRECONDITION_FAILED` | ``412`` | HTTP/1.1, `RFC 2616, Section …
354 | :const:`REQUEST_ENTITY_TOO_LARGE` | ``413`` | HTTP/1.1, `RFC 2616, Section …
358 | :const:`REQUEST_URI_TOO_LONG` | ``414`` | HTTP/1.1, `RFC 2616, Section …
362 | :const:`UNSUPPORTED_MEDIA_TYPE` | ``415`` | HTTP/1.1, `RFC 2616, Section …
366 | :const:`REQUESTED_RANGE_NOT_SATISFIABLE` | ``416`` | HTTP/1.1, `RFC 2616, Section …
370 | :const:`EXPECTATION_FAILED` | ``417`` | HTTP/1.1, `RFC 2616, Section …
374 | :const:`UNPROCESSABLE_ENTITY` | ``422`` | WEBDAV, `RFC 2518, Section 10.3 …
377 | :const:`LOCKED` | ``423`` | WEBDAV `RFC 2518, Section 10.4 …
380 | :const:`FAILED_DEPENDENCY` | ``424`` | WEBDAV, `RFC 2518, Section 10.5 …
386 | :const:`INTERNAL_SERVER_ERROR` | ``500`` | HTTP/1.1, `RFC 2616, Section …
390 | :const:`NOT_IMPLEMENTED` | ``501`` | HTTP/1.1, `RFC 2616, Section …
394 | :const:`BAD_GATEWAY` | ``502`` | HTTP/1.1 `RFC 2616, Section …
398 | :const:`SERVICE_UNAVAILABLE` | ``503`` | HTTP/1.1, `RFC 2616, Section …
402 | :const:`GATEWAY_TIMEOUT` | ``504`` | HTTP/1.1 `RFC 2616, Section …
406 | :const:`HTTP_VERSION_NOT_SUPPORTED` | ``505`` | HTTP/1.1, `RFC 2616, Section …
410 | :const:`INSUFFICIENT_STORAGE` | ``507`` | WEBDAV, `RFC 2518, Section 10.6 …