enum | core::net::http::Status {
core::net::http::Status::continue_ = 100,
core::net::http::Status::switching_protocols = 101,
core::net::http::Status::ok = 200,
core::net::http::Status::created = 201,
core::net::http::Status::accepted = 202,
core::net::http::Status::non_authorative_info = 203,
core::net::http::Status::no_content = 204,
core::net::http::Status::reset_content = 205,
core::net::http::Status::partial_content = 206,
core::net::http::Status::multiple_choices = 300,
core::net::http::Status::moved_permanently = 301,
core::net::http::Status::found = 302,
core::net::http::Status::see_other = 303,
core::net::http::Status::not_modified = 304,
core::net::http::Status::use_proxy = 305,
core::net::http::Status::temporary_redirect = 307,
core::net::http::Status::bad_request = 400,
core::net::http::Status::unauthorized = 401,
core::net::http::Status::payment_required = 402,
core::net::http::Status::forbidden = 403,
core::net::http::Status::not_found = 404,
core::net::http::Status::method_not_allowed = 405,
core::net::http::Status::not_acceptable = 406,
core::net::http::Status::proxy_auth_required = 407,
core::net::http::Status::request_timeout = 408,
core::net::http::Status::conflict = 409,
core::net::http::Status::gone = 410,
core::net::http::Status::length_required = 411,
core::net::http::Status::precondition_failed = 412,
core::net::http::Status::request_entity_too_large = 413,
core::net::http::Status::request_uri_too_long = 414,
core::net::http::Status::unsupported_media_type = 415,
core::net::http::Status::requested_range_not_satisfiable = 416,
core::net::http::Status::expectation_failed = 417,
core::net::http::Status::teapot = 418,
core::net::http::Status::internal_server_error = 500,
core::net::http::Status::not_implemented = 501,
core::net::http::Status::bad_gateway = 502,
core::net::http::Status::service_unavailable = 503,
core::net::http::Status::gateway_timeout = 504,
core::net::http::Status::http_version_not_supported = 505
} |