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