Expand description
HTTPCan - HTTP Request & Response Service Library
This library provides a programmatic way to start an HTTPCan server, which is compatible with httpbin.org and provides various HTTP testing endpoints.
Re-exports§
pub use config::AppConfig;
Modules§
Structs§
- Http
CanServer - HTTPCan server builder and runner
- Server
Config - Configuration for the HTTPCan server