ic-http-certification 3.2.0

Certification for HTTP responses for the Internet Computer
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//! The utils module contains utility functions used internally by this library.
//! They are exported for use in other libraries that depend on this one, or for
//! advanced use cases that require custom logic.

mod response_header;
pub use response_header::*;

mod wildcard_paths;
pub use wildcard_paths::*;

mod skip_certification;
pub use skip_certification::*;