diff --git a/docs/api.rst b/docs/api.rst index 9d9bc0a8..06939f19 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -16,11 +16,13 @@ Main Interface All of Request's functionality can be accessed by these 5 methods. They all return a :class:`Response ` object. +.. autofunction:: head .. autofunction:: get .. autofunction:: post .. autofunction:: put +.. autofunction:: patch .. autofunction:: delete -.. autofunction:: head + -----------