Skip to content

Commit

Permalink
Update http_101.rst (#332)
Browse files Browse the repository at this point in the history
it should be request instead of response
  • Loading branch information
ankitrokdeonsns authored and miketheman committed Nov 16, 2017
1 parent 62e91d7 commit 664a4b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion http_101.rst
Expand Up @@ -48,7 +48,7 @@ After the empty line, an optional message body in the request contains the paylo
Response
========

The server parses the response, and, depending on the validity of the request, sends one or more responses.
The server parses the request, and, depending on the validity of the request, sends one or more responses.
An HTTP response starts with the status line, which contains the protocol version, success or error code, and a reason message.

The status line is mostly followed by a header section containing server information and other metadata.
Expand Down

0 comments on commit 664a4b7

Please sign in to comment.