aboutsummaryrefslogtreecommitdiff
path: root/src/handlers.rs
diff options
context:
space:
mode:
authoromagdy7 <omar.professional8777@gmail.com>2024-06-09 19:47:04 +0300
committeromagdy7 <omar.professional8777@gmail.com>2024-06-09 19:47:04 +0300
commit00fb6a16f1c56435a828eaf7cecaf31410e8045f (patch)
tree345b3f3f889b09b91da79f1d76bbe41b0aba47fb /src/handlers.rs
parentf3c845d5a8bed780b9a2ce12da213938d4bafe9c (diff)
downloadtiny-server-00fb6a16f1c56435a828eaf7cecaf31410e8045f.tar.xz
tiny-server-00fb6a16f1c56435a828eaf7cecaf31410e8045f.zip
fix: change old http_types import to http
Diffstat (limited to 'src/handlers.rs')
-rw-r--r--src/handlers.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/handlers.rs b/src/handlers.rs
index a9d589a..376cdd0 100644
--- a/src/handlers.rs
+++ b/src/handlers.rs
@@ -1,4 +1,4 @@
-use crate::http_types::*;
+use crate::http::*;
use crate::request::*;
use crate::response::*;
use crate::utils::*;