1. 首页
  2. 数据库
  3. 其它
  4. koa legit:Koa中间件用于验证和清除HTTP请求 源码

koa legit:Koa中间件用于验证和清除HTTP请求 源码

上传者: 2021-02-15 16:50:40上传 ZIP文件 11.28KB 热度 29次
Koa Legit :horizontal_traffic_light: Koa中间件来验证和清理HTTP请求 Koa Legit是Koa中间件,可轻松验证HTTP请求数据,包括标头,Cookie,正文,查询字符串和url参数。 它基于。 它是为我们写的,提供时尚的AI API服务的 。 安装 # NPM $ npm install --save koa-legit # Yarn $ yarn add koa-legit 例 const Koa = require ( 'koa' ) ; const bodyParser = require ( 'koa-bodyparser' ) ;
用户评论