koa useragent:Koa用户代理中间件 源码
koa-useragent 快速的中间件基于公开 安装 $ npm install koa-useragent 使用概述 const koa = require ( 'koa' ) ; const app = koa . app ( ) ; const { userAgent } = require ( 'koa-useragent' ) ; app . use ( userAgent ) ; app . use ( async ( ctx , next ) { console . log ( require ( 'util' ) . inspect ( ctx . userAgent
文件列表
koa-useragent-master.zip
(预估有个21文件)
koa-useragent-master
.eslintrc
260B
LICENSE-MIT
1KB
package.json
2KB
test
silk.ts
6KB
browsers.ts
36KB
android-phone.ts
4KB
koa.ts
483B
ios.ts
5KB
暂无评论