Gives 1xx codes simple opening paragraphs

This commit is contained in:
Samuel Ryan 2015-11-07 05:24:24 +00:00
parent e98a21f7bd
commit 265083fb14
3 changed files with 9 additions and 5 deletions

View File

@ -6,7 +6,7 @@ references:
"Rails HTTP Status Symbol": ":continue"
---
The 100 (Continue) status code indicates that the initial part of a request has
The 100 Continue status code indicates that the initial part of a request has
been received and has not yet been rejected by the server. The server intends to
send a final response after the request has been fully received and acted upon.

View File

@ -6,10 +6,12 @@ references:
"Rails HTTP Status Symbol": ":switching_protocols"
---
The 101 (Switching Protocols) status code indicates that the server understands
The 101 Switching Protocols status code indicates that the server understands
and is willing to comply with the client's request, via the Upgrade header field
([Section 6.7 of RFC7230][2]), for a change in the application protocol being
used on this connection. The server MUST generate an Upgrade header field in the
used on this connection.
The server MUST generate an Upgrade header field in the
response that indicates which protocol(s) will be switched to immediately after
the empty line that terminates the 101 response.

View File

@ -6,9 +6,11 @@ references:
"Rails HTTP Status Symbol": ":processing"
---
The 102 (Processing) status code is an interim response used to inform the
The 102 Processing status code is an interim response used to inform the
client that the server has accepted the complete request, but has not yet
completed it. This status code SHOULD only be sent when the server has a
completed it.
This status code SHOULD only be sent when the server has a
reasonable expectation that the request will take significant time to complete.
As guidance, if a method is taking longer than 20 seconds (a reasonable, but
arbitrary value) to process the server SHOULD return a 102 (Processing)