Crate tower_request_modifier

Source
Expand description

A tower::Service middleware to modify the request.

Structsยง

Builder
Configure an RequestModifier instance
BuilderError
Errors that can happen when building an RequestModifier.
RequestModifier
Wraps an HTTP service, injecting authority and scheme on every request.