Struct tsukuyomi::App[][src]

pub struct App { /* fields omitted */ }

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

Methods

impl App
[src]

Creates a new AppService to manage a session.

impl App
[src]

Creates a builder object for constructing an instance of this type.

Trait Implementations

impl NewService for App
[src]

The Payload body of the http::Request.

The Payload body of the http::Response.

The error type that can be returned by Services.

The resolved Service from new_service().

The error type that can be returned when creating a new `Service.

The future returned from new_service of a Service.

Create a new Service.

impl Debug for App
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for App

impl Sync for App