Skip to main content

perform_chrome_http_request

Function perform_chrome_http_request 

Source
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.