RequestInterceptedEvent(interceptionId: InterceptionId, request: Request, frameId: FrameId, resourceType: ResourceType, : Boolean, isDownload: Boolean? = null, redirectUrl: String? = null, authChallenge: AuthChallenge? = null, responseErrorReason: ErrorReason? = null, responseStatusCode: Int? = null, responseHeaders: Headers? = null, requestId: RequestId? = null)
Details of an intercepted HTTP request, which must be either allowed, blocked, modified or mocked. Deprecated, use Fetch.requestPaused instead.