1 2 3 4
use std::collections::HashMap; pub const END_LINE: &str = "\r\n"; pub type Headers<String> = HashMap<String, String>;