struct Protocol::Network::SignedExchangeInfo
- Protocol::Network::SignedExchangeInfo
- Struct
- Value
- Object
Overview
Information about a signed exchange response.
Included Modules
- JSON::Serializable
Defined in:
protocol/network.crConstructors
Instance Method Summary
-
#errors : Array(SignedExchangeError) | Nil
Errors occurred while handling the signed exchagne.
-
#header : SignedExchangeHeader | Nil
Information about the signed exchange header.
-
#outer_response : Response
The outer response of signed HTTP exchange which was received from network.
-
#security_details : SecurityDetails | Nil
Security details for the signed exchange header.
Constructor Detail
Instance Method Detail
The outer response of signed HTTP exchange which was received from network.