http_srv::request::handler

Type Alias HandlerTable

Source
pub type HandlerTable = HashMap<HttpMethod, HashMap<String, Box<dyn RequestHandler>>>;

Aliased Typeยง

struct HandlerTable { /* private fields */ }