The following three example requests will all return <code>application/xml</code> as content-type:
:<code>http://admin:admin@localhost:8984/rest?query=<a%3Ca/>%3E</code><br/><code>http://admin:admin@localhost:8984/rest?query=<a%3Ca/>%3E&method=xml</code><br/><code>http://admin:admin@localhost:8984/rest?query=<a%3Ca/>%3E&media-type=application/xml</code>
==Usage Examples==