Uses of Class
org.openqa.selenium.devtools.v141.network.model.SignedExchangeHeader
Packages that use SignedExchangeHeader
-
Uses of SignedExchangeHeader in org.openqa.selenium.devtools.v141.network.model
Methods in org.openqa.selenium.devtools.v141.network.model that return types with arguments of type SignedExchangeHeaderModifier and TypeMethodDescriptionSignedExchangeInfo.getHeader()Information about the signed exchange header.Constructor parameters in org.openqa.selenium.devtools.v141.network.model with type arguments of type SignedExchangeHeaderModifierConstructorDescriptionSignedExchangeInfo(Response outerResponse, Boolean hasExtraInfo, Optional<SignedExchangeHeader> header, Optional<SecurityDetails> securityDetails, Optional<List<SignedExchangeError>> errors)