Altough you can set media type in Accept
header, the charset
parameter definition for that media type is not defined anywhere in RFC 2616 (but it is not forbidden, though).
Therefore if you are going to implement a HTTP 1.1 compliant server, you shall first look for Accept-charset
header, and then search for your own parameters at Accept
header.