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

refactor http service builder

This commit is contained in:
Nikolay Kim
2018-09-26 20:43:54 -07:00
parent 0aa0f326f7
commit 9f1417af30
10 changed files with 435 additions and 355 deletions

View File

@ -61,6 +61,7 @@ flate2-rust = ["flate2/rust_backend"]
[dependencies]
actix = "0.7.0"
actix-net = { git="https://github.com/actix/actix-net.git" }
#actix-net = { path = "../actix-net" }
base64 = "0.9"
bitflags = "1.0"