mirror of
https://github.com/actix/actix-web.git
synced 2025-01-18 05:05:43 +00:00
fix export name
This commit is contained in:
parent
d14991ec96
commit
13bb5f20d2
1 changed files with 1 additions and 1 deletions
|
@ -191,6 +191,6 @@ pub mod dev {
|
|||
pub use router::{Router, Pattern};
|
||||
pub use param::{FromParam, Params};
|
||||
pub use extractor::HttpRequestExtractor;
|
||||
pub use httpmessage::{UrlEncodedFut, MessageBody};
|
||||
pub use httpmessage::{UrlEncoded, MessageBody};
|
||||
pub use httpresponse::HttpResponseBuilder;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue