Continue Request Request
data class ContinueRequestRequest(requestId: RequestId, url: String?, method: String?, postData: String?, headers: List<HeaderEntry>?)
Content copied to clipboard
Represents request frame that can be used with Fetch#continueRequest operation call.
Continues the request, optionally modifying some of its parameters.
See also
Constructors
ContinueRequestRequest
Link copied to clipboard
fun ContinueRequestRequest(requestId: RequestId, url: String? = null, method: String? = null, postData: String? = null, headers: List<HeaderEntry>? = null)
Content copied to clipboard
Properties
Sources
jvm source
Link copied to clipboard