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