ic-http-gateway 0.4.3

An HTTP Gateway implementation for interfacing with the Internet Computer over HTTP
Documentation
1
2
3
4
pub(crate) static CACHE_HEADER_NAME: &str = "cache-control";
pub(crate) static ACCEPT_ENCODING_HEADER_NAME: &str = "accept-encoding";

pub(crate) static DEFAULT_BOUNDARY_NODE_ENDPOINT: &str = "https://icp-api.io";