[][src]Crate tower

fn(Request) -> Future<Response>

Tower is a library of modular and reusable components for building robust networking clients and servers.

Modules

builder

Builder types to compose layers and services

layer

A collection of Layer based tower services

Structs

ServiceBuilder

Declaratively construct Service values.

Traits

Layer

Decorates a Service, transforming either the request or the response.

Service

An asynchronous function from a Request to a Response.

Type Definitions

BoxError

Alias for a type-erased error type.