类型栈-虚拟主机

时间:2024-03-05 11:40:09
【文件属性】:

文件名称:类型栈-虚拟主机

文件大小:30KB

文件格式:ZIP

更新时间:2024-03-05 11:40:09

TypeScript

Typestack虚拟主机 与路由控制器一起使用的修改版本。 有两个主要功能,一个是可以用作中间件的vhost() ,另一个是@VirtualHost() ,意在在控制器上使用它们。它们都有相同的options对象。 例子 @ UseBefore ( vhost ( { host : "vhost.throw-out-error.dev" , error : false , route : ( _ , res ) => { res . json ( { message : "hi from vhost" } ) ; } , } ) , ) @ Get ( "/" ) getIndex ( ) { return { message : "Hello from /" } ; } 在


【文件预览】:
typestack-vhost-master
----.eslintrc.json(177B)
----.gitignore(97B)
----package.json(1KB)
----src()
--------index.ts(1KB)
--------util.ts(2KB)
--------types.ts(339B)
----dist()
--------util.js(2KB)
--------types.js(385B)
--------types.d.ts(271B)
--------index.js(2KB)
--------util.d.ts(764B)
--------index.d.ts(471B)
----tsconfig.json(446B)
----README.md(1010B)
----pnpm-lock.yaml(61KB)
----.prettierrc(90B)

网友评论