Function trillium_proxy::proxy

source ·
pub fn proxy<I>(
    client: impl Into<Client>,
    upstream: I
) -> Proxy<I::UpstreamSelector>
Expand description

constructs a new Proxy. alias of Proxy::new