diff options
| author | omagdy7 <omar.professional8777@gmail.com> | 2024-06-09 19:47:04 +0300 |
|---|---|---|
| committer | omagdy7 <omar.professional8777@gmail.com> | 2024-06-09 19:47:04 +0300 |
| commit | 00fb6a16f1c56435a828eaf7cecaf31410e8045f (patch) | |
| tree | 345b3f3f889b09b91da79f1d76bbe41b0aba47fb /src/lib.rs | |
| parent | f3c845d5a8bed780b9a2ce12da213938d4bafe9c (diff) | |
| download | tiny-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.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |
