diff --git a/src/routers.rs b/src/routers.rs index a5a06943..07a3af1b 100644 --- a/src/routers.rs +++ b/src/routers.rs @@ -7,6 +7,7 @@ use crate::{ use hashbrown::HashMap; use path::{node::Data, PathMatch, PathRouter}; +pub mod method; pub mod path; pub type Match<'r, 'p, T> = PathMatch<'r, 'p, T>; diff --git a/src/routers/method.rs b/src/routers/method.rs new file mode 100644 index 00000000..e69de29b