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

move high level client code from actix-http

This commit is contained in:
Nikolay Kim
2019-03-26 11:41:38 -07:00
parent 999fa65efa
commit b254113d9f
6 changed files with 139 additions and 20 deletions

View File

@ -29,7 +29,6 @@ cookies = ["cookie", "actix-http/cookies"]
[dependencies]
actix-service = "0.3.4"
actix-http = { git = "https://github.com/actix/actix-http.git" }
actix-codec = "0.1.1"
bytes = "0.4"
futures = "0.1"
log =" 0.4"