UNPKG

@goa/content-type

Version:

[fork] Create and parse HTTP Content-Type header according to RFC 7231 Written In ES6 And Optimised With JavaScript Compiler.

4 lines (3 loc) 112 B
import http from 'http' import { format, parse } from './' DEPACK_EXPORT = { 'format': format, 'parse': parse }