From 00fb6a16f1c56435a828eaf7cecaf31410e8045f Mon Sep 17 00:00:00 2001 From: omagdy7 Date: Sun, 9 Jun 2024 19:47:04 +0300 Subject: fix: change old http_types import to http --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib.rs') 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; -- cgit v1.2.3