Docs.rs
webparse-0.2.0
webparse 0.2.0
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
tickbh
Dependencies
base64 ^0.21.4
normal
bitflags ^2.4
normal
lazy_static ^1.4.0
normal
log ^0.4.19
normal
Versions
32.34%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
webparse
0.2.0
Module http2
Modules
Structs
Enums
Constants
Type Aliases
In webparse::http
?
Module
webparse
::
http
::
http2
source
·
[
−
]
Modules
decoder
encoder
https://httpwg.org/specs/rfc7541.html#huffman.code
frame
header_index
huffman
Structs
Decoder
HeaderIndex
HuffmanDecoder
HuffmanEncoder
Enums
DecoderError
Represents all errors that can be encountered while performing the decoding of an HPACK header set.
Http2Error
HuffmanDecoderError
Constants
DEFAULT_INITIAL_WINDOW_SIZE
默认的发送窗口大小值
DEFAULT_MAX_FRAME_SIZE
默认的单帧大小
DEFAULT_MAX_SEND_BUFFER_SIZE
DEFAULT_REMOTE_RESET_STREAM_MAX
DEFAULT_RESET_STREAM_MAX
DEFAULT_RESET_STREAM_SECS
DEFAULT_SETTINGS_HEADER_TABLE_SIZE
默认的header最大长度值
HTTP2_MAGIC
MAIGC_LEN
MAX_INITIAL_WINDOW_SIZE
最大的接收端口大小,累加值达到这个数则关闭连接
MAX_MAX_FRAME_SIZE
最大的单帧大小
MAX_WINDOW_SIZE
Type Aliases
FrameSize
WindowSize