pub async fn connect_ws( url: &str, host: Option<&str>, ) -> Result<Native, ApplicationError>
Use host to override the host header for the request.
host