pub async fn perform_chrome_http_request(
page: &Page,
source: &str,
referrer: Option<String>,
) -> Result<ChromeHTTPReqRes, CdpError>Available on crate feature
chrome only.Expand description
Perform a chrome http request.