@feizheng/next-content-type

1.1.4 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i @feizheng/next-content-type

Weekly Downloads

1

Version

1.1.4

License

MIT

Unpacked Size

5.19 kB

Total Files

7

Last publish

Collaborators

  • afeiship