pub type SinglePath = Path<fn(Request, Response)>;
pub struct SinglePath { pub name: String, pub view: fn(Request, Response), }
name: String
view: fn(Request, Response)