1.1.4 • Published 4 years ago

@feizheng/next-content-type v1.1.4

Weekly downloads
7
License
MIT
Repository
-
Last release
4 years ago

next-content-type

Content type for next.

installation

npm install -S @feizheng/next-content-type

usage

import '@feizheng/next-content-type';

nx.contentType('urlencoded'); 
// application/x-www-form-urlencoded

nx.contentType('multipart'); 
// multipart/form-data

nx.contentType('json'); 
// application/json;charset=utf-8

nx.contentType('plain'); 
// text/plain

nx.contentType('raw'); 
nx.contentType('unsupported'); 
// application/x-www-form-urlencoded