mirror of
https://github.com/tokio-rs/axum.git
synced 2026-09-03 00:00:07 +02:00
Use http re-export in docs (#1554)
This commit is contained in:
@@ -82,7 +82,7 @@ pub trait FromRequestParts<S>: Sized {
|
||||
/// use axum::{
|
||||
/// async_trait,
|
||||
/// extract::FromRequest,
|
||||
/// http::Request,
|
||||
/// http::{self, Request},
|
||||
/// };
|
||||
///
|
||||
/// struct MyExtractor;
|
||||
|
||||
Reference in New Issue
Block a user