mirror of
https://github.com/tokio-rs/axum.git
synced 2026-09-06 00:00:17 +02:00
Write a few docs
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
use crate::{extract, get, on, post, route, routing::MethodFilter, service, Handler, RoutingDsl};
|
||||
use crate::{handler::on, prelude::*, routing::MethodFilter, service};
|
||||
use http::{Request, Response, StatusCode};
|
||||
use hyper::{Body, Server};
|
||||
use serde::Deserialize;
|
||||
|
||||
Reference in New Issue
Block a user