Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions cohttp/scripts/codes/3.json
Original file line number Diff line number Diff line change
Expand Up @@ -168,11 +168,11 @@
},
"308":{
"code":"308",
"title":"Resume Incomplete",
"summary":"resumable HTTP requests",
"title":"Permanent Redirect",
"summary":"connect again to a different URI using the same method",
"descriptions":{
"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"
}
},
Expand Down
4 changes: 2 additions & 2 deletions cohttp/scripts/codes/4.json
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,7 @@
"451":{
"code":"451",
"title":"Wrong Exchange server",
"summary":"The server cannot reach the client's mailbox.",
"summary":"the server cannot reach the client's mailbox",
"descriptions":{
"MS-ASHTTP":{
"body":"If the client is attempting to connect to the wrong server (that is, a server that cannot access the user's mailbox), or if there is a more efficient server to use to reach the user's mailbox, then a 451 Redirect error is returned.",
Expand All @@ -567,4 +567,4 @@
}
}
}
}
}