Fulfill Request Request
data class FulfillRequestRequest(requestId: RequestId, responseCode: Int, responseHeaders: List<HeaderEntry>?, binaryResponseHeaders: String?, body: String?, responsePhrase: String?)
Content copied to clipboard
Represents request frame that can be used with Fetch#fulfillRequest operation call.
Provides response to the request.
See also
Constructors
FulfillRequestRequest
Link copied to clipboard
fun FulfillRequestRequest(requestId: RequestId, responseCode: Int, responseHeaders: List<HeaderEntry>? = null, binaryResponseHeaders: String? = null, body: String? = null, responsePhrase: String? = null)
Content copied to clipboard
Properties
binaryResponseHeaders
Link copied to clipboard
responseCode
Link copied to clipboard
responseHeaders
Link copied to clipboard
responsePhrase
Link copied to clipboard
Sources
jvm source
Link copied to clipboard