Deprecate extract::UrlParams and extract::UrlParamsMap (#138)

Use `extract::Path` instead. It supports everything the two other do,
and more.
This commit is contained in:
David Pedersen
2021-08-06 10:38:38 +02:00
committed by GitHub
parent a0ac8a5b78
commit 811b1d896c
4 changed files with 8 additions and 0 deletions
+1
View File
@@ -267,6 +267,7 @@ mod url_params;
mod url_params_map;
#[doc(inline)]
#[allow(deprecated)]
pub use self::{
connect_info::ConnectInfo,
content_length_limit::ContentLengthLimit,