File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
boost/network/protocol/http/impl Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -45,6 +45,7 @@ namespace boost { namespace network { namespace http {
45
45
partial_content = 206 ,
46
46
multiple_choices = 300 ,
47
47
moved_permanently = 301 ,
48
+ moved_temporarily = 302 , // /< \deprecated Not HTTP standard
48
49
found = 302 ,
49
50
see_other = 303 ,
50
51
not_modified = 304 ,
@@ -56,6 +57,7 @@ namespace boost { namespace network { namespace http {
56
57
payment_required = 402 ,
57
58
forbidden = 403 ,
58
59
not_found = 404 ,
60
+ not_supported = 405 , // /< \deprecated Not HTTP standard
59
61
method_not_allowed = 405 ,
60
62
not_acceptable = 406 ,
61
63
proxy_authentication_required = 407 ,
@@ -67,6 +69,7 @@ namespace boost { namespace network { namespace http {
67
69
request_entity_too_large = 413 ,
68
70
request_uri_too_large = 414 ,
69
71
unsupported_media_type = 415 ,
72
+ unsatisfiable_range = 416 , // /< \deprecated Not HTTP standard
70
73
requested_range_not_satisfiable = 416 ,
71
74
expectation_failed = 417 ,
72
75
precondition_required = 428 ,
You can’t perform that action at this time.
0 commit comments