Fix typo for HTTP 307

URI should be in uppercase.
This commit is contained in:
Matthew Nicholas Bradley 2013-10-13 15:31:14 +01:00
parent d5f25b26fa
commit 2f0391e654

View File

@ -148,7 +148,7 @@
"307":{
"code":"307",
"title":"Temporary Redirect (since HTTP\/1.1)",
"summary":"connect again to different uri as provided",
"summary":"connect again to different URI as provided",
"descriptions":{
"wikipedia":{
"body":"In this occasion, the request should be repeated with another URI, but future requests can still use the original URI. In contrast to 303, the request method should not be changed when reissuing the original request. For instance, a POST request must be repeated using another POST request.",
@ -184,4 +184,4 @@
}
}
}
}
}