pub type MethodPattern = MethodPattern;
pub enum MethodPattern { Get, Connect, Post, Delete, Put, Patch, Options, Trace, Head, }