struct Protocol::Network::SignedExchangeInfo

Overview

Information about a signed exchange response.

Included Modules

Defined in:

protocol/network.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def errors : Array(SignedExchangeError) | Nil #

Errors occurred while handling the signed exchagne.


[View source]
def header : SignedExchangeHeader | Nil #

Information about the signed exchange header.


[View source]
def outer_response : Response #

The outer response of signed HTTP exchange which was received from network.


[View source]
def security_details : SecurityDetails | Nil #

Security details for the signed exchange header.


[View source]