Skip to content

Commit

Permalink
Add PATCH HTTP Request method (alex#281)
Browse files Browse the repository at this point in the history
* Add PATCH HTTP Request method

* Wrap text

* remove trailing whitespace
  • Loading branch information
muyiscoi authored and alex committed Jul 6, 2019
1 parent cd7e45d commit dcc0896
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -471,8 +471,8 @@ 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``, or ``TRACE``). In the case of a URL
entered directly into the address bar, this will be ``GET``.
``PATCH``, ``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 dcc0896

Please sign in to comment.