WsgiMiddleware 類別

繼承
builtins.object
WsgiMiddleware

建構函式

WsgiMiddleware(app)

參數

名稱 Description
app
必要

方法

handle

handle

handle(req: HttpRequest, context: Context | None = None) -> HttpResponse

參數

名稱 Description
req
必要
context
預設值: None

屬性

main