1 2 3 4 5 6
use std::collections::HashMap; pub struct Request { pub path: String, pub headers: HashMap<String, String>, }