Function pingora_proxy::http_proxy_service

source ยท
pub fn http_proxy_service<SV>(
    conf: &Arc<ServerConf>,
    inner: SV
) -> Service<HttpProxy<SV>>
Expand description

Create a Service from the user implemented ProxyHttp.

The returned Service can be hosted by a pingora_core::server::Server directly.