koa-useragent:Koa用户代理中间件

时间:2024-02-24 08:35:28
【文件属性】:

文件名称:koa-useragent:Koa用户代理中间件

文件大小:102KB

文件格式:ZIP

更新时间:2024-02-24 08:35:28

middleware koa koa-useragent KoaTypeScript

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 ) ) ; } ) ; app . listen ( 3000 ) ; 打字稿示例 import Koa , { BaseContext } from 'koa' ; import { userAgent , UserAgentContext } from 'koa-useragent' ; const app = new Koa ( ) ; app . use ( userAgent ) ; a


【文件预览】:
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)
--------android-tablet.ts(2KB)
--------bots.ts(17KB)
----package-lock.json(380KB)
----src()
--------lib()
--------index.ts(422B)
----tsconfig.json(286B)
----.gitignore(37B)
----.circleci()
--------config.yml(771B)
----commitlint.config.js(70B)
----.prettierrc.js(117B)
----README.md(3KB)
----.editorconfig(140B)
----.gitattributes(16B)

网友评论