1.0.12 • Published 2 months ago

@jswork/next-content-type v1.0.12

Weekly downloads
51
License
MIT
Repository
-
Last release
2 months ago

next-content-type

Get correct content type for next.

version license size download

installation

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

usage

import '@jswork/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('raw'); 
// text/plain

license

Code released under the MIT license.

1.0.12

2 months ago

1.0.11

8 months ago

1.0.10

12 months ago

1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago