rsiot-http-server 0.0.71

HTTP-сервер
Documentation
1
2
3
4
5
6
mod get;
mod list;
mod replace;
mod root;

pub use {get::get, list::list, replace::replace, root::root};