mirror of
https://github.com/fafhrd91/actix-web
synced 2024-11-24 00:21:08 +01:00
parent
6a93178479
commit
389cb13cd6
@ -1,5 +1,11 @@
|
|||||||
# Changes
|
# Changes
|
||||||
|
|
||||||
|
## [0.7.15] - 2018-xx-xx
|
||||||
|
|
||||||
|
## Changed
|
||||||
|
|
||||||
|
* `QueryConfig` and `PathConfig` are made public.
|
||||||
|
|
||||||
## [0.7.14] - 2018-11-14
|
## [0.7.14] - 2018-11-14
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
@ -255,7 +255,7 @@ pub mod dev {
|
|||||||
|
|
||||||
pub use body::BodyStream;
|
pub use body::BodyStream;
|
||||||
pub use context::Drain;
|
pub use context::Drain;
|
||||||
pub use extractor::{FormConfig, PayloadConfig};
|
pub use extractor::{FormConfig, PayloadConfig, QueryConfig, PathConfig};
|
||||||
pub use handler::{AsyncResult, Handler};
|
pub use handler::{AsyncResult, Handler};
|
||||||
pub use httpmessage::{MessageBody, Readlines, UrlEncoded};
|
pub use httpmessage::{MessageBody, Readlines, UrlEncoded};
|
||||||
pub use httpresponse::HttpResponseBuilder;
|
pub use httpresponse::HttpResponseBuilder;
|
||||||
|
Loading…
Reference in New Issue
Block a user