pub async fn start_pproxy_server_with_auth( protocol: &str, port: u16, username: &str, password: &str, ) -> ProcessGuard
Start a pproxy server with username/password authentication.