chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.network / ContinueInterceptedRequestRequest / <init>

<init>

ContinueInterceptedRequestRequest(interceptionId: InterceptionId, errorReason: ErrorReason? = null, rawResponse: String? = null, url: String? = null, method: String? = null, postData: String? = null, headers: Headers? = null, authChallengeResponse: AuthChallengeResponse? = null)

Request object containing input parameters for the NetworkDomain.continueInterceptedRequest command.