chensenlai 10988628a0 语音房项目初始化 | %!s(int64=5) %!d(string=hai) anos | |
---|---|---|
.. | ||
HISTORY.md | %!s(int64=5) %!d(string=hai) anos | |
LICENSE | %!s(int64=5) %!d(string=hai) anos | |
README.md | %!s(int64=5) %!d(string=hai) anos | |
index.js | %!s(int64=5) %!d(string=hai) anos | |
package.json | %!s(int64=5) %!d(string=hai) anos |
Compressible Content-Type
/ mime
checking.
$ npm install compressible
var compressible = require('compressible')
Checks if the given Content-Type
is compressible. The type
argument is expected
to be a value MIME type or Content-Type
string, though no validation is performed.
compressible('text/html') // => true
compressible('image/png') // => false