Skip to main content

ProxyClient

Type Alias ProxyClient 

Source
pub type ProxyClient = Client<HttpConnector, Incoming>;
Expand description

The hyper client type used to proxy requests to backends.

Aliased Typeยง

pub struct ProxyClient { /* private fields */ }