The following is a list of HTTP status codes. The text and numeric code are interchangeable where Moya expects a status code. Using the text label is preferable as it is self documenting.
If the response code isn't listed here, you may still use the numeric code.
# Informational 1xxcontinue = 100switching_protocols = 101# Successful 2xxxok = 200created = 201accepted = 202non_authorative_information = 203no_content = 204reset_content = 205partial_content = 206# Redirection 3xxxmultiple_choices = 300moved_permanently = 301found = 302see_other = 303not_modified = 304use_proxy = 305temporary_redirect = 307permanent_redirect = 308# Client Error 4xxbad_request = 400unauthorized = 401payment_required = 402forbidden = 403not_found = 404method_not_allowed = 405not_acceptable = 406proxy_authentication_requred = 407request_timeout = 408conflict = 409gone = 410length_required = 411precondition_failed = 412request_entity_too_large = 413request_uri_too_long = 414unsupported_media_type = 415request_range_not_satisfiable = 416expectation_failed = 417im_a_teapot = 418# Server Error 5xxinternal_error = 500no_implemented = 501bad_gateway = 502service_unavailable = 503gateway_timeout = 504http_version_not_supported = 505