http-stats:
HTTP/1.1 MIME-Version header field

This standard HTTP header field is defined in RFC 1945

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.


Common MIME-Version header values:

Sample MIME-Version web server response:

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 ...
...
...

Other common HTTP headers

Other less common headers