From: Kenneth Reitz Date: Sun, 23 Dec 2012 06:49:44 +0000 (-0500) Subject: request sessions X-Git-Tag: v1.0.4~13 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9f89ebe0de1c7d493b955b0c8c192583e7a35444;p=services%2Fpython-requests.git request sessions --- diff --git a/docs/api.rst b/docs/api.rst index 938ab67..88d6542 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -35,14 +35,13 @@ Lower-Level Classes .. autoclass:: Response :inherited-members: -Sessions --------- +Request Sessions +---------------- .. autoclass:: Session :inherited-members: - Exceptions ~~~~~~~~~~ @@ -88,14 +87,6 @@ Encodings .. autofunction:: decode_gzip -Internals ---------- - -These items are an internal component to Requests, and should never be -seen by the end user (developer). This part of the API documentation -exists for those who are extending the functionality of Requests. - - Classes ~~~~~~~