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

port Extensions from http crate #315

This commit is contained in:
Nikolay Kim
2018-06-17 03:22:08 +06:00
parent 33050f55a3
commit 879b2b5bde
4 changed files with 96 additions and 1 deletions

View File

@ -57,6 +57,7 @@ base64 = "0.9"
bitflags = "1.0"
failure = "0.1.1"
h2 = "0.1"
fnv = "1.0.5"
http = "^0.1.5"
httparse = "1.2"
http-range = "0.1"