api-media-type
A Node.js module exporting a map of common media type names to registered IANA media type names. Built specifically to serve the needs of Web APIs.
This module combines the fields offered by hypermedia-type
and data-media-type
.
Install
$ npm install api-media-type
Usage
var http = ;var MediaType = ; http;
Supported Media Types
See documentation for hypermedia-type
and data-media-type
.
License
MIT