Module tsukuyomi::app::service[][src]

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

Structs

AppService

A Service representation of the application, created by App.

AppServiceFuture

A future for managing an incoming HTTP request, created by AppService.

AppServiceUpgrade

A future representing an asynchronous computation after upgrading the protocol from HTTP to another one.