webparse 0.1.2

http1.1/http2 parse http解析库
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "webparse"
version = "0.1.2"
edition = "2021"
authors = [ "tickbh <tickdream125@hotmail.com>" ]
description = "http1.1/http2 parse http解析库"
repository = "https://github.com/tickbh/webparse"
license = "Apache-2.0"
keywords = ["http1", "http2", "parse", "http"]

[dependencies]
log="0.4.19"
bitflags="2.4"
lazy_static = "1.4.0"