pl.wendigo.chrome.domain.network / TakeResponseBodyForInterceptionAsStreamRequest

TakeResponseBodyForInterceptionAsStreamRequest

data class TakeResponseBodyForInterceptionAsStreamRequest (source)

Represents request frame that can be used with Network.takeResponseBodyForInterceptionAsStream method call.

Returns a handle to the stream representing the response body. Note that after this command, the intercepted request can't be continued as is -- you either need to cancel it or to provide the response body. The stream only supports sequential read, IO.read will fail if the position is specified.

Constructors

<init>

TakeResponseBodyForInterceptionAsStreamRequest(interceptionId: InterceptionId)

Represents request frame that can be used with Network.takeResponseBodyForInterceptionAsStream method call.

Properties

interceptionId

val interceptionId: InterceptionId