pub async fn start_overlay(
proxy_url: &str,
) -> Result<SocketAddr, Box<dyn Error>>Expand description
Start a local overlay proxy in the background from a full proxy URL
(e.g. http://user:pass@host:port). Returns the local SocketAddr
Chrome should be pointed at.