There are no implemented interfaces.
FieldStorageClass
(type: NoneType
)
None
bufsize
(type:
int
)
8192
getfirst(key, default=None)
Return the first value received.
getlist(key)
Return list of received values.
getvalue(key, default=None)
Dictionary style get() method, including value
lookup.
has_key(key)
Dictionary style has_key() method.
keys()
Dictionary style keys() method.
make_file(binary=None)
read_binary()
Internal: read binary data.
read_lines()
Internal: read lines until EOF or outerboundary.
read_lines_to_eof()
Internal: read lines until EOF.
read_lines_to_outerboundary()
Internal: read lines until outerboundary.
read_multi(environ, keep_blank_values, strict_parsing)
Internal: read a part that is itself multipart.
read_single()
Internal: read an atomic part.
read_urlencoded()
Internal: read data in query string format.
skip_lines()
Internal: skip lines until outer boundary if defined.
There are no known subclasses.