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

implement h2 writer

This commit is contained in:
Nikolay Kim
2017-11-04 09:07:44 -07:00
parent 4add742aba
commit 32cefb8455
10 changed files with 486 additions and 57 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "actix-web"
version = "0.2.1"
version = "0.3.0"
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
description = "Actix web framework"
readme = "README.md"
@ -48,8 +48,7 @@ futures = "0.1"
tokio-io = "0.1"
tokio-core = "0.1"
h2 = { path = '../h2' }
# h2 = { git = 'https://github.com/carllerche/h2', optional = true }
h2 = { git = 'https://github.com/carllerche/h2' }
# tls
native-tls = { version="0.1", optional = true }