Module t.w.static

Part of twisted.web View Source

I deal with static resources.
Function isDangerous Undocumented
Class Data This is a static, in-memory resource.
Function addSlash Undocumented
Class Redirect No class docstring; 2/2 methods documented
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 FileTransfer A class to represent the transfer of a file over the network.
Class ASISProcessor No class docstring; 2/2 methods documented
def isDangerous(path): (source)
Undocumented
def addSlash(request): (source)
Undocumented
def loadMimeTypes(mimetype_locations='/etc/mime.types'): (source)
Multiple file locations containing mime-types can be passed as a list. The files will be sourced in that order, overriding mime-types from the files sourced beforehand, but only if a new entry explicitly overrides the current entry.
def getTypeAndEncoding(filename, types, encodings, defaultType): (source)
Undocumented
API Documentation for twisted, generated by pydoctor.