| Parses and represents Mime header fields that have the form of the
Content-Type header as defined in RFC2045 Section 5.1 Page 11.
The format of these headers is informally:
: [ ; ... ]
Examples:
Content-Type: application/octet-stream Content-Type: multipart/form-data;
boundary="---123456" Content-Disposition: form-data; name=upload;
filename="/tmp/myfile"
In addition to the actual header syntax, RFC822 header comments are allowed.
Such comments consist of text enclosed in parentheses.
|