Yayure

Results 2 issues of Yayure

Fixed #349 #230 Add a custom MIME type option. You can find the default extended MIME type [here](https://github.com/broofa/mime/blob/v1.6.0/types.json).

I read the [send](https://github.com/pillarjs/send#custom-file-types) has custom configuration for mime. [send#custom-file-types](https://github.com/pillarjs/send#custom-file-types) ```javascript var http = require('http') var parseUrl = require('parseurl') var send = require('send') // Default unknown types to text/plain send.mime.default_type...