Class SignedExchangeHeader

java.lang.Object
org.openqa.selenium.devtools.v85.network.model.SignedExchangeHeader

@Beta public class SignedExchangeHeader extends Object
Information about a signed exchange header. https://wicg.github.io/webpackage/draft-yasskin-httpbis-origin-signed-exchanges-impl.html#cbor-representation
  • Constructor Details

  • Method Details

    • getRequestUrl

      public String getRequestUrl()
      Signed exchange request URL.
    • getResponseCode

      public Integer getResponseCode()
      Signed exchange response code.
    • getResponseHeaders

      public Headers getResponseHeaders()
      Signed exchange response headers.
    • getSignatures

      public List<SignedExchangeSignature> getSignatures()
      Signed exchange response signature.
    • getHeaderIntegrity

      public String getHeaderIntegrity()
      Signed exchange header integrity hash in the form of "sha256-<base64-hash-value>".