ic-response-verification 3.0.1

Client side response verification for the Internet Computer
Documentation

Response Verification

Response verification on the Internet Computer is the process of verifying that an HTTP-compatible canister response from a replica has gone through consensus with other replicas hosting the same canister. It is the counterpart to HTTP Certification.

The ic-response-verification and @dfinity/response-verification packages encapsulate this verification protocol. It is primarily used by the ic-http-gateway library and may be used by other implementations of the HTTP Gateway Protocol in the future.