[][src]Module hyper::client::service

Utilities used to interact with the Tower ecosystem.

This module provides exports of Service, MakeService and Connect which all provide hook-ins into the Tower ecosystem.

Structs

Connect

Creates a connection via SendRequest.

Traits

MakeService

Creates new Service values.

Service

An asynchronous function from a Request to a Response.