refactor: improve code quanity (#282)

- rename LogHttp to HttpLogger
This commit is contained in:
sigoden
2023-11-04 17:10:38 +08:00
committed by GitHub
parent 4ef07737e1
commit 80ac9afe68
5 changed files with 12 additions and 12 deletions

View File

@@ -1,6 +1,6 @@
mod args;
mod auth;
mod log_http;
mod http_logger;
mod logger;
mod server;
mod streamer;