http1-spec 0.2.1

http1 spec.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# http1-spec

* [Cargo package]https://crates.io/crates/http1-spec

## Dev

```
cargo clippy --all-features --tests -- -D clippy::all
cargo +nightly clippy --all-features --tests -- -D clippy::all

cargo fmt -- --check

cargo build-all-features
cargo test-all-features -- --nocapture
```