Module service

Source
Expand description

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