In HTTP you can specify in a request that your client can accept specific content in responses using the accept header, with values such as application/xm
accept
application/xm
Read RFC 2616 Section 14.1 and 14.2. The Accept header does not allow you to specify a charset. You have to use the Accept-Charset header instead.
Accept
charset
Accept-Charset