Crate erkpht_tower

Source
Expand description

fn(Request) -> Future<Response>

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

Re-exports§

pub use crate::builder::ServiceBuilder;

Modules§

builder
Builder types to compose layers and services

Traits§

Service
An asynchronous function from a Request to a Response.