Skip to main content

start_pproxy_server_with_auth

Function start_pproxy_server_with_auth 

Source
pub async fn start_pproxy_server_with_auth(
    protocol: &str,
    port: u16,
    username: &str,
    password: &str,
) -> ProcessGuard
Expand description

Start a pproxy server with username/password authentication.