Package tangled :: Module client
[hide private]
[frames] | no frames]

Module client

source code

Classes [hide private]
  Response
This is the response object returned by AsyncHTTPClient.
  AsyncHTTPClient
Asynchronous HTTP client, based on http://effbot.org/librarybook/SimpleAsyncHTTP.py
Functions [hide private]
 
request(url, command='GET', data='')
Helper function to make a request without needing to know about AsyncHTTPClient.
source code
Variables [hide private]
  log = logging.getLogger("tangled.client")
  __package__ = 'tangled'