HTTP messages may include a single MIME-Version general-header field to indicate what version of the MIME protocol was used to construct the message. Use of the MIME-Version header field, as defined by RFC 1521, should indicate that the message is MIME-conformant. Unfortunately, some older HTTP/1.0 servers send it indiscriminately, and thus this field should be ignored.
HTTP/1.1 200 OK
Content-Type: text/html; charset=UTF-8
Content-Length: 6057
MIME-Version: 1
Date: Fri, 30 Jul 2010 17:04:35 +0000
<!DOCTYPE html PUBLIC "-//W3C//DTD ...
...
...