[][src]Module tower_http_util::service

Types and utilities for working with HttpService

Structs

AsService

Wraps an HttpService reference, implementing tower_service::Service.

IntoService

Wraps an HttpService instance, implementing tower_service::Service.

Traits

HttpService

An HTTP service