RequestInterceptedEvent constructor
RequestInterceptedEvent({
- required InterceptionId interceptionId,
- required RequestData request,
- required FrameId frameId,
- required ResourceType resourceType,
- bool? isDownload,
- String? redirectUrl,
- AuthChallenge? authChallenge,
- ErrorReason? responseErrorReason,
- int? responseStatusCode,
- Headers? responseHeaders,
- RequestId? requestId,
Implementation
RequestInterceptedEvent(
{required this.interceptionId,
required this.request,
required this.frameId,
required this.resourceType,
required this.isNavigationRequest,
this.isDownload,
this.redirectUrl,
this.authChallenge,
this.responseErrorReason,
this.responseStatusCode,
this.responseHeaders,
this.requestId});