1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-26 23:17:42 +02:00

added Logger middleware

This commit is contained in:
Nikolay Kim
2019-03-06 19:19:27 -08:00
parent 561a89b8b3
commit 244fff9e0a
9 changed files with 279 additions and 150 deletions

View File

@ -81,10 +81,12 @@ mime = "0.3"
net2 = "0.2.33"
num_cpus = "1.10"
parking_lot = "0.7"
regex = "1.0"
serde = "1.0"
serde_json = "1.0"
serde_urlencoded = "^0.5.3"
threadpool = "1.7"
time = "0.1"
# middlewares
# actix-session = { path="session", optional = true }