http-codec 0.1.1

codec for http servers and clients
Documentation
[package]
name = "http-codec"
version = "0.1.1"
authors = ["oezgurakkurt <oezgurakkurt@gmail.com>"]
license = "MIT"
repository = "https://github.com/oezgurakkurt/http-codec.git"
description = "codec for http servers and clients"

[dependencies]
tokio-codec = "0.1.0"
bytes = "0.4.9"
httparse = "1.3.2"
http = "0.1.10"
atoi = "0.2.3"

[dev-dependencies]
fake-stream = "0.1.1"
futures = "0.1.23"