t.w.fileupload : module documentation

Part of twisted.web2 View Source

No module docstring
Class MimeFormatError Undocumented
Function parseContentDispositionFormData Undocumented
Class MultipartMimeStream No class docstring; 1/6 methods documented
Function readIntoFile Read the stream into a file, but not if it's longer than maxlen. Returns Deferred which will be triggered on finish.
Function parseMultipartFormData Undocumented
Function parse_urlencoded_stream Undocumented
Function parse_urlencoded Undocumented
Function pr Undocumented
Function _readHeaders Read the MIME headers. Assumes we've just finished reading in the boundary string.
Class _BoundaryWatchingStream Undocumented
def parseContentDispositionFormData(value): (source)
Undocumented
def _readHeaders(stream): (source)
Read the MIME headers. Assumes we've just finished reading in the boundary string.
def readIntoFile(stream, outFile, maxlen): (source)
Read the stream into a file, but not if it's longer than maxlen. Returns Deferred which will be triggered on finish.
def parseMultipartFormData(stream, boundary, maxMem=100 * 1024, maxFields=1024, maxSize=10 * 1024 * 1024): (source)
Undocumented
def parse_urlencoded_stream(input, maxMem=100 * 1024, keep_blank_values=False, strict_parsing=False): (source)
Undocumented
def parse_urlencoded(stream, maxMem=100 * 1024, maxFields=1024, keep_blank_values=False, strict_parsing=False): (source)
Undocumented
def pr(s): (source)
Undocumented
API Documentation for Twisted, generated by pydoctor at 2011-10-27 15:57:47.