mirror of
https://github.com/fafhrd91/actix-web
synced 2025-08-31 08:57:00 +02:00
Query config (#839)
* add QueryConfig * expose QueryConfig in web module * fmt * use associated type for QueryConfig * update CHANGES.md
This commit is contained in:
committed by
Nikolay Kim
parent
f8af3b86e5
commit
bba90d7f22
@@ -11,4 +11,4 @@ pub use self::form::{Form, FormConfig};
|
||||
pub use self::json::{Json, JsonConfig};
|
||||
pub use self::path::Path;
|
||||
pub use self::payload::{Payload, PayloadConfig};
|
||||
pub use self::query::Query;
|
||||
pub use self::query::{Query, QueryConfig};
|
||||
|
Reference in New Issue
Block a user