Module finchers::server[][src]

The implementation of HTTP server based on hyper and tower-service.

Modules

middleware

The definition of middleware layer.

Structs

ServerError

The error type which will be returned from ServiceBuilder::serve().

ServiceBuilder

A builder of HTTP service.

Traits

ServerConfig

A trait representing the configuration to start the HTTP server.

Functions

start

Create an instance of ServiceBuilder from the specified endpoint.

Type Definitions

ServerResult

A type alias of Result<T, E> whose error type is restrected to ServerError.