• Home
  • Raw
  • Download

Lines Matching defs:code

168     code = None  variable in HTTPException
357 code = 300 variable in HTTPMultipleChoices
361 code = 301 variable in HTTPMovedPermanently
365 code = 302 variable in HTTPFound
372 code = 303 variable in HTTPSeeOther
379 code = 304 variable in HTTPNotModified
392 code = 305 variable in HTTPUseProxy
399 code = 307 variable in HTTPTemporaryRedirect
422 code = 400 variable in HTTPClientError
431 code = 401 variable in HTTPUnauthorized
440 code = 402 variable in HTTPPaymentRequired
445 code = 403 variable in HTTPForbidden
450 code = 404 variable in HTTPNotFound
456 code = 405 variable in HTTPMethodNotAllowed
463 code = 406 variable in HTTPNotAcceptable
471 code = 407 variable in HTTPProxyAuthenticationRequired
476 code = 408 variable in HTTPRequestTimeout
482 code = 409 variable in HTTPConflict
488 code = 410 variable in HTTPGone
494 code = 411 variable in HTTPLengthRequired
499 code = 412 variable in HTTPPreconditionFailed
504 code = 413 variable in HTTPRequestEntityTooLarge
509 code = 414 variable in HTTPRequestURITooLong
514 code = 415 variable in HTTPUnsupportedMediaType
521 code = 416 variable in HTTPRequestRangeNotSatisfiable
526 code = 417 variable in HTTPExpectationFailed
531 code = 429 variable in HTTPTooManyRequests
556 code = 500 variable in HTTPServerError
566 code = 501 variable in HTTPNotImplemented
573 code = 502 variable in HTTPBadGateway
578 code = 503 variable in HTTPServiceUnavailable
584 code = 504 variable in HTTPGatewayTimeout
589 code = 505 variable in HTTPVersionNotSupported
604 def get_exception(code): argument