Package flumotion :: Package component :: Package misc :: Package httpserver :: Module httpfile
[hide private]

Module httpfile

source code


Version: $Rev$

Classes [hide private]
BadRequest
Web error for invalid requests
InternalServerError
Web error for internal failures
ServiceUnavailableError
Web error for when the request cannot be served.
File
this file is inspired by/adapted from twisted.web.static
MimedFileFactory
I create File subclasses based on the mime type of the given path.
FLVFile
I am a File resource for FLV files.
MP4File
I am a File resource for MP4 files.
FileTransfer
A class to represent the transfer of a file over the network.
Variables [hide private]
  HAS_MP4SEEK = False
  LOG_CATEGORY = 'httpserver'
  __package__ = 'flumotion.component.misc.httpserver'