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

Module server

source code


Version: 0.1.1.1

Classes [hide private]
  Request
The request object that gets passed to a handler in order to respond to a request.
  Response
The response object returned by a request handler.
  AsyncHTTPRequestHandler
An asynchronous HTTP request handler inspired somewhat by the http://code.activestate.com/recipes/440665-asynchronous-http-server/ recipe.
  AsyncHTTPServer
Cobbled together from various sources, most of them state that they copied from the Medusa http server..
Variables [hide private]
  log = logging.getLogger("tangled.server")
  __package__ = 'tangled'