mimehttp

1.0.0 • Public • Published

MIME HTTP Type

$ npm install mimehttp

Example

const mime = require('mimehttp');
 
mime.file('/path/index.html');
// print: text/html; charset=UTF-8
 
mime.type['html'];
// print: text/html; charset=UTF-8

mimehttp is licensed under the MIT license. See the included LICENSE file for more details.

Package Sidebar

Install

npm i mimehttp

Weekly Downloads

0

Version

1.0.0

License

MIT

Last publish

Collaborators

  • realtimecom