When I use koa and its `this.is('xml')`, it makes me confused: ``` js // content-type: 'text/xml' this.is('xml') // false ``` I think `application/xml` and `text/xml` are both valid `xml` type.