Class ResponseReceivedEarlyHints
java.lang.Object
org.openqa.selenium.devtools.v141.network.model.ResponseReceivedEarlyHints
Fired when 103 Early Hints headers is received in addition to the common response.
Not every responseReceived event will have an responseReceivedEarlyHints fired.
Only one responseReceivedEarlyHints may be fired for eached responseReceived event.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionRaw response headers as they were received over the wire.Request identifier.
-
Constructor Details
-
ResponseReceivedEarlyHints
-
-
Method Details
-
getRequestId
Request identifier. Used to match this information to another responseReceived event. -
getHeaders
Raw response headers as they were received over the wire. Duplicate headers in the response are represented as a single key with their values concatentated using `\n` as the separator. See also `headersText` that contains verbatim text for HTTP/1.*.
-