mirror of
https://github.com/fafhrd91/actix-web
synced 2024-11-23 16:21:06 +01:00
parent
6a93178479
commit
389cb13cd6
@ -1,5 +1,11 @@
|
||||
# Changes
|
||||
|
||||
## [0.7.15] - 2018-xx-xx
|
||||
|
||||
## Changed
|
||||
|
||||
* `QueryConfig` and `PathConfig` are made public.
|
||||
|
||||
## [0.7.14] - 2018-11-14
|
||||
|
||||
### Added
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user