chromiumoxide::cdp::browser_protocol

Module fetch

Source
Expand description

A domain for letting clients substitute browser’s network layer with client code.

Structs§

Enums§

  • The decision on what to do in response to the authorization challenge. Default means deferring to the default behavior of the net stack, which will likely either the Cancel authentication or display a popup dialog box.
  • Source of the authentication challenge.
  • Stages of the request to handle. Request will intercept before the request is sent. Response will intercept after the response is received (but before response body is received).