Part of twisted.web View Source
twisted.web.| Function | isDangerous | Undocumented | 
| Class | Data | This is a static, in-memory resource. | 
| Function | addSlash | Undocumented | 
| Class | Redirect | Undocumented | 
| Class | Registry | I am a Componentized object that will be made available to internal Twisted | 
| Function | loadMimeTypes | Multiple file locations containing mime-types can be passed as a list. | 
| Function | getTypeAndEncoding | Undocumented | 
| Class | File | File is a resource that represents a plain non-interpreted file | 
| Class | StaticProducer | Superclass for classes that implement the business of producing. | 
| Class | NoRangeStaticProducer | A StaticProducer
that writes the entire file to the request. | 
  
| Class | SingleRangeStaticProducer | A StaticProducer
that writes a single chunk of a file to the request. | 
  
| Class | MultipleRangeStaticProducer | A StaticProducer
that writes several chunks of a file to the request. | 
  
| Class | FileTransfer | A class to represent the transfer of a file over the network. | 
| Class | ASISProcessor | Serve files exactly as responses without generating a status-line or any | 
| Function | formatFileSize | Format the given file size in bytes to human readable format. | 
| Class | DirectoryLister | Print the content of a directory. |