跳到主要内容
版本:Next

@midwayjs/web

Index

Type Aliases

IMidwayWebApplication

IMidwayWebApplication: IMidwayApplication<Context, EggApplication & IMidwayWebBaseApplication>
@deprecated

since version 3.0.0 Please use Application from ‘@midwayjs/web’

IMidwayWebContext

IMidwayWebContext<ResponseBodyT>: IMidwayContext<EggContext<ResponseBodyT>>
@deprecated

since version 3.0.0 Please use Context from ‘@midwayjs/web’


Type parameters

  • ResponseBodyT = unknown

IMidwayWebNext

IMidwayWebNext: BaseNextFunction
@deprecated

since version 3.0.0 Please use NextFunction from ‘@midwayjs/web’

MidwayWebMiddleware

MidwayWebMiddleware: Middleware<State, Context>
@deprecated

since version 3.0.0 Please use IMiddleware from ‘@midwayjs/core’

NextFunction

NextFunction: BaseNextFunction

Variables

constEGG_AGENT_APP_KEY

EGG_AGENT_APP_KEY: egg_agent_app = 'egg_agent_app'

constRUN_IN_AGENT_KEY

RUN_IN_AGENT_KEY: egg:run_in_agent = 'egg:run_in_agent'