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 handler;
pub(crate) use handler::*;

mod validate;
pub(crate) use validate::*;