1. 首页
  2. 数据库
  3. 其它
  4. type is:推断请求的内容类型 源码

type is:推断请求的内容类型 源码

上传者: 2021-02-08 07:40:48上传 ZIP文件 10.58KB 热度 16次
类型是 推断请求的内容类型。 安装 这是通过提供的模块。 使用完成 : $ npm install type-is API var http = require ( 'http' ) var typeis = require ( 'type-is' ) http . createServer ( function ( req , res ) { var istext = typeis ( req , [ 'text/*' ] ) res . end ( 'you ' + ( istext ? 'sent' : 'did not send' ) + ' me text' ) } )
用户评论