Skip to content

Commit

Permalink
backtikcs (alex#215)
Browse files Browse the repository at this point in the history
  • Loading branch information
alex authored Aug 17, 2016
1 parent 5b44e89 commit a3c53d8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -467,9 +467,9 @@ and IIS for Windows.

* The HTTPD (HTTP Daemon) receives the request.
* The server breaks down the request to the following parameters:
* HTTP Request Method (either GET, HEAD, POST, PUT, DELETE, CONNECT, OPTIONS
and TRACE). In the case of a URL entered directly into the address bar,
this will be GET.
* HTTP Request Method (either ``GET``, ``HEAD``, ``POST``, ``PUT``,
``DELETE``, ``CONNECT``, ``OPTIONS``, or ``TRACE``). In the case of a URL
entered directly into the address bar, this will be ``GET``.
* Domain, in this case - google.com.
* Requested path/page, in this case - / (as no specific path/page was
requested, / is the default path).
Expand Down

0 comments on commit a3c53d8

Please sign in to comment.