Make RequestParts::{new, try_into_request} public (#194)

Fixes https://github.com/tokio-rs/axum/issues/147
This commit is contained in:
David Pedersen
2021-08-16 20:55:22 +02:00
committed by GitHub
parent b4cbd7f147
commit baa99e5084
2 changed files with 23 additions and 5 deletions
+2 -1
View File
@@ -14,7 +14,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Add `NestedUri` for extracting request URI in nested services ([#161](https://github.com/tokio-rs/axum/pull/161))
- Implement `FromRequest` for `http::Extensions`
- Implement SSE as an `IntoResponse` instead of a service ([#98](https://github.com/tokio-rs/axum/pull/98))
- Add `Redirect` response.
- Add `Redirect` response. ([#192](https://github.com/tokio-rs/axum/pull/192))
- Make `RequestParts::{new, try_into_request}` public ([#194](https://github.com/tokio-rs/axum/pull/194))
## Breaking changes