Package flumotion :: Package component :: Package common :: Package streamer :: Module resources
[hide private]

Module resources

source code


Version: $Rev$

Classes [hide private]
  HTTPStreamingResource
Variables [hide private]
  ERROR_TEMPLATE = '<!doctype html public "-//IETF//DTD HTML 2.0...
  HTTP_VERSION = '0.10.0'
  __package__ = 'flumotion.component.common.streamer'
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>
...