chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.fetch / FulfillRequestRequest / <init>

<init>

FulfillRequestRequest(requestId: RequestId, responseCode: Int, responseHeaders: List<HeaderEntry>? = null, binaryResponseHeaders: String? = null, body: String? = null, responsePhrase: String? = null)

Request object containing input parameters for the FetchDomain.fulfillRequest command.