Memory pools support for http (#65)

* memory pools support for http
This commit is contained in:
Nikolay Kim 2021-12-06 08:07:19 +06:00 committed by GitHub
parent 2ab64627a8
commit 0315d92401
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
18 changed files with 120 additions and 229 deletions

View file

@ -11,7 +11,7 @@ mod tree;
pub use self::de::PathDeserializer;
pub use self::path::{Path, PathIter};
pub use self::resource::ResourceDef;
pub use self::router::{ResourceInfo, Router, RouterBuilder};
pub use self::router::{Router, RouterBuilder};
pub trait Resource<T: ResourcePath> {
fn path(&self) -> &str;