refactor(axum): remove useless middlewares

This commit is contained in:
xfy
2024-09-24 11:32:21 +08:00
parent 601bfd9da7
commit 0e89f6797a
3 changed files with 32 additions and 4 deletions

View File

@ -6,8 +6,11 @@ Web framework comparison in my stack.
- Read environment variables from `.env` file.
- Log request info to std.
- Loggin request http method, host, uri, and UA
- Loggin response status code, latency
- Serialize json and plain text.
- JWT support.
- Graceful shutdown.
## Frameworks