pub async fn start_proxy<S>(
source: S,
on_flow: Sender<FlowUpdate>,
interceptor: Arc<dyn Interceptor>,
ca: Arc<CertificateAuthority>,
policy: Receiver<ProxyPolicy>,
client: Option<Arc<HttpsClient>>,
shutdown_rx: Option<Receiver<()>>,
) -> Result<()>Expand description
Start the HTTP Proxy Server