mirror of
https://github.com/kennethreitz/requests.git
synced 2026-06-05 22:50:18 +00:00
add PATCH to docs
This commit is contained in:
+3
-1
@@ -16,11 +16,13 @@ Main Interface
|
||||
All of Request's functionality can be accessed by these 5 methods. They
|
||||
all return a :class:`Response <models.Response>` object.
|
||||
|
||||
.. autofunction:: head
|
||||
.. autofunction:: get
|
||||
.. autofunction:: post
|
||||
.. autofunction:: put
|
||||
.. autofunction:: patch
|
||||
.. autofunction:: delete
|
||||
.. autofunction:: head
|
||||
|
||||
|
||||
-----------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user