restapi 1.1.14

A secure-by-default rest api using hyper, tokio, bb8, kafka-threadpool, postgres, and prometheus for monitoring
Documentation
1
2
3
4
5
6
7
//! Utility modules for HTTP requests and debugging
//!
pub mod file_io;
pub mod get_query_params_from_url;
pub mod get_server_address;
pub mod get_uuid;
pub mod path_exists;