ic-http-gateway 0.4.3

An HTTP Gateway implementation for interfacing with the Internet Computer over HTTP
Documentation
1
2
3
4
5
mod http_gateway_response;
pub use http_gateway_response::*;

mod response_handler;
pub use response_handler::*;