Skip to content

Deprecate extract::UrlParams and extract::UrlParamsMap - #138

Merged
davidpdrsn merged 2 commits into
mainfrom
deprecate-url-params-extractors
Aug 6, 2021
Merged

Deprecate extract::UrlParams and extract::UrlParamsMap#138
davidpdrsn merged 2 commits into
mainfrom
deprecate-url-params-extractors

Conversation

@davidpdrsn

Copy link
Copy Markdown
Member

Use extract::Path instead. It supports everything the two other do, and more.

Use `extract::Path` instead. It supports everything the two other do,
and more.
@davidpdrsn
davidpdrsn merged commit 811b1d8 into main Aug 6, 2021
@davidpdrsn
davidpdrsn deleted the deprecate-url-params-extractors branch August 6, 2021 08:38
davidpdrsn added a commit that referenced this pull request Aug 6, 2021
0.1.3 (06. August, 2021)

- Fix stripping prefix when nesting services at `/` ([#91](#91))
- Add support for WebSocket protocol negotiation ([#83](#83))
- Use `pin-project-lite` instead of `pin-project` ([#95](#95))
- Re-export `http` crate and `hyper::Server` ([#110](#110))
- Fix `Query` and `Form` extractors giving bad request error when query string is empty. ([#117](#117))
- Add `Path` extractor. ([#124](#124))
- Fixed the implementation of `IntoResponse` of `(HeaderMap, T)` and `(StatusCode, HeaderMap, T)` would ignore headers from `T` ([#137](#137))
- Deprecate `extract::UrlParams` and `extract::UrlParamsMap`. Use `extract::Path` instead ([#138](#138))
@davidpdrsn davidpdrsn mentioned this pull request Aug 6, 2021
davidpdrsn added a commit that referenced this pull request Aug 6, 2021
- Fix stripping prefix when nesting services at `/` ([#91](#91))
- Add support for WebSocket protocol negotiation ([#83](#83))
- Use `pin-project-lite` instead of `pin-project` ([#95](#95))
- Re-export `http` crate and `hyper::Server` ([#110](#110))
- Fix `Query` and `Form` extractors giving bad request error when query string is empty. ([#117](#117))
- Add `Path` extractor. ([#124](#124))
- Fixed the implementation of `IntoResponse` of `(HeaderMap, T)` and `(StatusCode, HeaderMap, T)` would ignore headers from `T` ([#137](#137))
- Deprecate `extract::UrlParams` and `extract::UrlParamsMap`. Use `extract::Path` instead ([#138](#138))
saad-aistack added a commit to saad-aistack/rust-high-perf-api that referenced this pull request Mar 26, 2026
- Fix stripping prefix when nesting services at `/` ([#91](tokio-rs/axum#91))
- Add support for WebSocket protocol negotiation ([#83](tokio-rs/axum#83))
- Use `pin-project-lite` instead of `pin-project` ([#95](tokio-rs/axum#95))
- Re-export `http` crate and `hyper::Server` ([#110](tokio-rs/axum#110))
- Fix `Query` and `Form` extractors giving bad request error when query string is empty. ([#117](tokio-rs/axum#117))
- Add `Path` extractor. ([#124](tokio-rs/axum#124))
- Fixed the implementation of `IntoResponse` of `(HeaderMap, T)` and `(StatusCode, HeaderMap, T)` would ignore headers from `T` ([#137](tokio-rs/axum#137))
- Deprecate `extract::UrlParams` and `extract::UrlParamsMap`. Use `extract::Path` instead ([#138](tokio-rs/axum#138))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant