Skip to content

Commit d7addbf

Browse files
committed
Update http_fundamentals.rst
Modern browsers do support PUT and DELETE, see for example http://stackoverflow.com/questions/165779/are-the-put-delete-head-etc-methods-available-in-most-web-browsers.
1 parent 4fc429e commit d7addbf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

book/http_fundamentals.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,7 @@ delete a specific blog entry, for example:
9797
.. note::
9898

9999
There are actually nine HTTP methods defined by the HTTP specification,
100-
but many of them are not widely used or supported. In reality, many modern
101-
browsers don't even support the ``PUT`` and ``DELETE`` methods.
100+
but many of them are not widely used or supported.
102101

103102
In addition to the first line, an HTTP request invariably contains other
104103
lines of information called request headers. The headers can supply a wide

0 commit comments

Comments
 (0)