snx 0.0.1

an experimental web framework
Documentation
1
2
3
4
5
6
use std::collections::HashMap;

pub struct Request {
    pub path: String,
    pub headers: HashMap<String, String>,
}