flyer 3.0.0

HTTP framework for rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
use std::collections::HashMap;

pub mod development;
pub mod future;
pub mod collections;
pub mod http;
pub mod url;
pub mod vec;
pub mod env;
pub mod server;
pub(crate) mod route;
pub mod mem;

pub type Values = HashMap<String, String>;