dango.web

Modules

controller
module dango.web.controller

Модуль общих абстракций контроллера web приложения

controllers
module dango.web.controllers
middleware
module dango.web.middleware

Модуль общих абстракций middleware web приложения

middlewares
module dango.web.middlewares
plugin
module dango.web.plugin

Реализация плагина для содания веб приложения

server
module dango.web.server

Модуль реализации сервер web application

Members

Classes

BaseWebComponentsContext
class BaseWebComponentsContext

Основной контекст web приложения

Imports

WebApplicationPlugin (from dango.web.plugin)
public import dango.web.plugin : WebApplicationPlugin, WebPlugin, WebServerPlugin;
Undocumented in source.
WebApplicationServer (from dango.web.server)
public import dango.web.server : WebApplicationServer;
Undocumented in source.
WebPlugin (from dango.web.plugin)
public import dango.web.plugin : WebApplicationPlugin, WebPlugin, WebServerPlugin;
Undocumented in source.
WebServerPlugin (from dango.web.plugin)
public import dango.web.plugin : WebApplicationPlugin, WebPlugin, WebServerPlugin;
Undocumented in source.

Meta

Date

Date: 2020-04-29

License

Subject to the terms of the BSD 3-Clause License, as written in the included LICENSE.md file.

Authors

<m.galanin@milofon.pro> Maksim Galanin