mirror of
https://github.com/tokio-rs/axum.git
synced 2026-08-27 00:00:24 +02:00
Remove axum::prelude (#195)
This commit is contained in:
@@ -8,9 +8,10 @@
|
||||
|
||||
use axum::{
|
||||
extract::{ContentLengthLimit, Extension, Path},
|
||||
prelude::*,
|
||||
handler::{delete, get, Handler},
|
||||
response::IntoResponse,
|
||||
routing::BoxRoute,
|
||||
route,
|
||||
routing::{BoxRoute, RoutingDsl},
|
||||
};
|
||||
use bytes::Bytes;
|
||||
use http::StatusCode;
|
||||
|
||||
Reference in New Issue
Block a user