Add NestedUri (#161)

Fixes https://github.com/tokio-rs/axum/issues/159
This commit is contained in:
David Pedersen
2021-08-08 14:45:31 +02:00
committed by GitHub
parent 8013165908
commit b4bdddf9d2
6 changed files with 86 additions and 2 deletions
+1
View File
@@ -278,6 +278,7 @@ pub use self::{
path::Path,
query::Query,
raw_query::RawQuery,
request_parts::NestedUri,
request_parts::{Body, BodyStream},
};
#[doc(no_inline)]