Crates.io | ic-response-verification |
lib.rs | ic-response-verification |
version | 2.6.0 |
source | src |
created_at | 2023-03-20 16:13:38.016711 |
updated_at | 2024-07-24 15:39:53.544312 |
description | Client side response verification for the Internet Computer |
homepage | https://github.com/dfinity/response-verification#readme |
repository | https://github.com/dfinity/response-verification |
max_upload_size | |
id | 815459 |
size | 149,013 |
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 used by ICX Proxy and the local HTTP Proxy and may be used by other implementations of the HTTP Gateway Protocol in the future.