Trees | Indices | Help |
---|
|
twisted.web.resource.Resource --+ | extern.log.log.Loggable --+ | File --+ | FLVFile
I am a File resource for FLV files. I can handle requests with a 'start' GET parameter. This parameter represents the byte offset from where to start. If it is non-zero, I will output an FLV header so the result is playable.
|
|||
Inherited from |
|
|||
|
|||
Inherited from Inherited from Inherited from Inherited from |
|
|||
header =
|
|||
Inherited from Inherited from |
|
I am called before the body of the response gets written, and after generic header setting has been done. I set Content-Length. Override me to send additional headers, or to prefix the body with data headers. I can return a Deferred, that should fire with a string header. That header will be written to the request.
|
Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Tue Aug 13 06:17:06 2013 | http://epydoc.sourceforge.net |