Skip to content

RealTimeCom/mimehttp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

HTTP MIME Type

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors