Uses of Class
org.openqa.selenium.devtools.v141.network.model.SignedExchangeSignature
Packages that use SignedExchangeSignature
-
Uses of SignedExchangeSignature in org.openqa.selenium.devtools.v141.network.model
Methods in org.openqa.selenium.devtools.v141.network.model that return types with arguments of type SignedExchangeSignatureModifier and TypeMethodDescriptionSignedExchangeHeader.getSignatures()Signed exchange response signature.Constructor parameters in org.openqa.selenium.devtools.v141.network.model with type arguments of type SignedExchangeSignatureModifierConstructorDescriptionSignedExchangeHeader(String requestUrl, Integer responseCode, Headers responseHeaders, List<SignedExchangeSignature> signatures, String headerIntegrity)