Package flumotion :: Package component :: Package base :: Module http
[hide private]

Module http

source code


Version: $Rev$

Classes [hide private]
  HTTPGenericIssuer
I create flumotion.common.keycards.Keycard based on an HTTP request.
  HTTPAuthentication
Helper object for handling HTTP authentication for twisted.web Resources, using issuers and bouncers.
  LogFilter
Variables [hide private]
  HTTP_SERVER_NAME = 'FlumotionHTTPServer'
  HTTP_SERVER_VERSION = '0.10.0'
  ERROR_TEMPLATE = '<!doctype html public "-//IETF//DTD HTML 2.0...
  HTTP_SERVER = 'FlumotionHTTPServer/0.10.0'
  BOUNCER_SOCKET = 'flumotion.component.bouncers.plug.BouncerPlug'
  BUS_SOCKET = 'flumotion.component.plugs.bus.BusPlug'
  __package__ = 'flumotion.component.base'
Variables Details [hide private]

ERROR_TEMPLATE

Value:
'''<!doctype html public "-//IETF//DTD HTML 2.0//EN">
<html>
<head>
  <title>%(code)d %(error)s</title>
</head>
<body>
<h2>%(code)d %(error)s</h2>
</body>
...