Skip to content

Commit 389cb13

Browse files
committed
Export PathConfig and QueryConfig
Closes #597
1 parent 6a93178 commit 389cb13

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changes
22

3+
## [0.7.15] - 2018-xx-xx
4+
5+
## Changed
6+
7+
* `QueryConfig` and `PathConfig` are made public.
8+
39
## [0.7.14] - 2018-11-14
410

511
### Added

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ pub mod dev {
255255
256256
pub use body::BodyStream;
257257
pub use context::Drain;
258-
pub use extractor::{FormConfig, PayloadConfig};
258+
pub use extractor::{FormConfig, PayloadConfig, QueryConfig, PathConfig};
259259
pub use handler::{AsyncResult, Handler};
260260
pub use httpmessage::{MessageBody, Readlines, UrlEncoded};
261261
pub use httpresponse::HttpResponseBuilder;

0 commit comments

Comments
 (0)