Function reverse_proxy_service::builder
source · pub fn builder<C, B, S, A>(
client: Client<C, B>,
scheme: S,
authority: A
) -> Result<Builder<C, B>, HttpError>where
Scheme: TryFrom<S>,
<Scheme as TryFrom<S>>::Error: Into<HttpError>,
Authority: TryFrom<A>,
<Authority as TryFrom<A>>::Error: Into<HttpError>,
Expand description
Builder of ReusedService
.
For the meaning of “scheme” and “authority”, refer to the documentation of
Uri
.