aboutsummaryrefslogtreecommitdiff
path: root/src/lib.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/lib.rs
parentf3c845d5a8bed780b9a2ce12da213938d4bafe9c (diff)
downloadtiny-server-00fb6a16f1c56435a828eaf7cecaf31410e8045f.tar.xz
tiny-server-00fb6a16f1c56435a828eaf7cecaf31410e8045f.zip
fix: change old http_types import to http
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 582b67e..cd51189 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -1,6 +1,6 @@
pub mod extractor;
pub mod handlers;
-pub mod http_types;
+pub mod http;
pub mod request;
pub mod response;
pub mod router;