mirror of
https://github.com/tokio-rs/axum.git
synced 2025-04-26 13:56:22 +02:00
Add missing import of http
in docs example (#1613)
This commit is contained in:
parent
ee3cb971f7
commit
5826ca268c
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ use tower_service::Service;
|
|||
/// ```rust
|
||||
/// use axum::{
|
||||
/// Router,
|
||||
/// http::{Request, StatusCode},
|
||||
/// http::{self, Request, StatusCode},
|
||||
/// routing::get,
|
||||
/// response::{IntoResponse, Response},
|
||||
/// middleware::{self, Next},
|
||||
|
|
Loading…
Add table
Reference in a new issue