308 seems to be an official IETF experimental code

This commit is contained in:
Robb Shecter 2014-03-06 23:07:33 -08:00
parent da2c264a88
commit 64045fc1e3

View File

@ -168,11 +168,11 @@
}, },
"308":{ "308":{
"code":"308", "code":"308",
"title":"Resume Incomplete", "title":"Permanent Redirect",
"summary":"resumable HTTP requests", "summary":"connect again to a different URI using the same method",
"descriptions":{ "descriptions":{
"wikipedia":{ "wikipedia":{
"body":"This code is used in the Resumable HTTP Requests Proposal to resume aborted PUT or POST requests.", "body":"The request, and all future requests should be repeated using another URI. 307 and 308 (as proposed) parallel the behaviours of 302 and 301, but do not allow the HTTP method to change. So, for example, submitting a form to a permanently redirected resource may continue smoothly.",
"link":"http:\/\/en.wikipedia.org\/wiki\/List_of_HTTP_status_codes#308" "link":"http:\/\/en.wikipedia.org\/wiki\/List_of_HTTP_status_codes#308"
} }
}, },