Module tsukuyomi::app[][src]

The definition of components for constructing the HTTP applications.

Modules

service

The definition of components for serving an HTTP application by using App.

Structs

App

The main type in this framework, which represents an HTTP application.

AppBuilder

A builder object for constructing an instance of App.

AppState

The global and shared variables used throughout the serving an HTTP application.