18 #ifndef CORE_NET_HTTP_STATUS_H_
19 #define CORE_NET_HTTP_STATUS_H_
34 switching_protocols = 101,
39 non_authorative_info = 203,
42 partial_content = 206,
44 multiple_choices = 300,
45 moved_permanently = 301,
50 temporary_redirect = 307,
54 payment_required = 402,
57 method_not_allowed = 405,
59 proxy_auth_required = 407,
60 request_timeout = 408,
63 length_required = 411,
64 precondition_failed = 412,
65 request_entity_too_large = 413,
66 request_uri_too_long = 414,
67 unsupported_media_type = 415,
68 requested_range_not_satisfiable = 416,
69 expectation_failed = 417,
72 internal_server_error = 500,
73 not_implemented = 501,
75 service_unavailable = 503,
76 gateway_timeout = 504,
84 #endif // CORE_NET_HTTP_STATUS_H_