http1-spec 0.2.1

http1 spec.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "http1-spec"
version = "0.2.1"
authors = ["vkill <vkill.net@gmail.com>"]
edition = "2021"
description = "http1 spec."
license = "Apache-2.0 OR MIT"
repository = "https://github.com/bk-rs/http1-spec"
homepage = "https://github.com/bk-rs/http1-spec"
documentation = "https://docs.rs/http1-spec"
keywords = []
categories = []
readme = "README.md"

[dependencies]
http = { version = "0.2", default-features = false, features = [] }