pub fn proxy<I>(
client: impl Into<Client>,
upstream: I,
) -> Proxy<I::UpstreamSelector>where
I: IntoUpstreamSelector,Expand description
constructs a new Proxy. alias of Proxy::new
pub fn proxy<I>(
client: impl Into<Client>,
upstream: I,
) -> Proxy<I::UpstreamSelector>where
I: IntoUpstreamSelector,constructs a new Proxy. alias of Proxy::new