1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-06-25 01:51:23 +02:00

Export PathConfig and QueryConfig

Closes #597
This commit is contained in:
Douman
2018-11-20 23:06:38 +03:00
parent 6a93178479
commit 389cb13cd6
2 changed files with 7 additions and 1 deletions

View File

@ -255,7 +255,7 @@ pub mod dev {
pub use body::BodyStream;
pub use context::Drain;
pub use extractor::{FormConfig, PayloadConfig};
pub use extractor::{FormConfig, PayloadConfig, QueryConfig, PathConfig};
pub use handler::{AsyncResult, Handler};
pub use httpmessage::{MessageBody, Readlines, UrlEncoded};
pub use httpresponse::HttpResponseBuilder;