httpcodec 0.1.1

Encoders and decoders for HTTP/1.x messages based on bytecodec crate
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "httpcodec"
version = "0.1.1"
authors = ["Takeru Ohta <phjgt308@gmail.com>"]
description = "Encoders and decoders for HTTP/1.x messages based on bytecodec crate"
homepage = "https://github.com/sile/httpcodec"
repository = "https://github.com/sile/httpcodec"
readme = "README.md"
keywords = ["http"]
license = "MIT"

[badges]
travis-ci = {repository = "sile/httpcodec"}
codecov = {repository = "sile/httpcodec"}

[dependencies]
bytecodec = "0.2"
trackable = "0.2"