blob: ae919233512b7a1a4f233488b51fd38b39883e06 (
plain)
1
2
3
|
This module provides a parser for the multipart/form-data format.
It can read from a file, a socket or a WSGI environment. The parser
can be used to replace cgi.FieldStorage to work around its limitations.
|