webparse 0.2.7

http1.1/http2 parse http解析库
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]

name = "webparse"

version = "0.2.7"

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", "websocket", "parse", "http"]



[dependencies]

log="0.4.19"

bitflags="2.4"

lazy_static = "1.4.0"

base64 = "0.21.4"