Home | Trees | Indices | Help |
---|
|
|
|||
RestException Any error result from the Rest API is converted into this exception type. |
|||
HttpClient Basic HTTP client tailored for rest APIs. |
|||
HTTPErrorProcessor Python 2.4 only recognize 200 and 206 as success. |
|
|||
|
|||
|
|
|||
socks_server = os.environ.get("SOCKS_SERVER", None)
|
|||
LOG = logging.getLogger(__name__)
|
|||
__package__ =
|
|
Convert an Internationalized Resource Identifier (IRI) portion to a URI portion that is suitable for inclusion in a URL. This is the algorithm from section 3.1 of RFC 3987. However, since we are assuming input is either UTF-8 or unicode already, we can simplify things a little from the full method. Returns an ASCII string containing the encoded result. |
Returns a bytestring version of 's', encoded as specified in 'encoding'. If strings_only is True, don't convert (some) non-string-like objects. |
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Tue Jan 31 10:52:17 2017 | http://epydoc.sourceforge.net |