From 7929bb91be414a798cf6fa386adc7639976c26fd Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 16 May 2011 01:18:09 -0400 Subject: [PATCH] api update --- docs/api.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/api.rst b/docs/api.rst index cabc0e7..9d9bc0a 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -13,12 +13,18 @@ important right here and provide links to the canonical documentation. Main Interface -------------- +All of Request's functionality can be accessed by these 5 methods. They +all return a :class:`Response ` object. + .. autofunction:: get .. autofunction:: post .. autofunction:: put .. autofunction:: delete .. autofunction:: head +----------- + + .. autoclass:: requests.models.Response :inherited-members: -- 2.7.4