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

split http request; add HttpRequest::range()

This commit is contained in:
Nikolay Kim
2017-10-14 22:52:38 -07:00
parent f30aef404d
commit 41f1e6cdc9
16 changed files with 285 additions and 178 deletions

View File

@ -30,10 +30,13 @@ nightly = []
time = "0.1"
http = "0.1"
httparse = "0.1"
http-range = "0.1"
cookie = { version="0.10", features=["percent-encode"] }
regex = "0.2"
slab = "0.4"
sha1 = "0.2"
url = "1.5"
lazy_static = "0.2"
route-recognizer = "0.1"
# tokio