Crate httpcan

Crate httpcan 

Source
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§

config
handlers
middleware

Structs§

HttpCanServer
HTTPCan server builder and runner
ServerConfig
Configuration for the HTTPCan server