feat(http2): add HTTP/2 support for Client and Server
This commit is contained in:
		| @@ -27,6 +27,7 @@ futures-cpupool = "0.1.6" | ||||
| futures-timer = "0.1.0" | ||||
| http = "0.1.5" | ||||
| httparse = "1.0" | ||||
| h2 = "0.1.5" | ||||
| iovec = "0.1" | ||||
| log = "0.4" | ||||
| net2 = "0.2.32" | ||||
| @@ -35,7 +36,7 @@ tokio = "0.1.5" | ||||
| tokio-executor = "0.1.0" | ||||
| tokio-service = "0.1" | ||||
| tokio-io = "0.1" | ||||
| want = "0.0.2" | ||||
| want = "0.0.3" | ||||
|  | ||||
| [dev-dependencies] | ||||
| num_cpus = "1.0" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user