Docs.rs
vibeio-http-0.4.0
vibeio-http 0.4.0
Permalink
Docs.rs crate page
MIT
15 August 2026
Links
Repository
crates.io
Source
Owners
DorianNiemiecSVRJS
github:ferronweb:rust-crate-owners
Dependencies
bytes ^1.11.1
normal
futures-util ^0.3.32
normal
http ^1.4.0
normal
http-body ^1.0.1
normal
http-body-util ^0.1.3
normal
httparse ^1.10.1
normal
optional
httpdate ^1.0.3
normal
optional
kanal ^0.1.1
normal
memchr ^2.8.0
normal
optional
oneshot ^0.2.1
normal
parking_lot ^0.12.5
normal
pin-project-lite ^0.2.16
normal
optional
quinn ^0.11
normal
optional
rustc-hash ^2.1.3
normal
optional
send_wrapper ^0.6.0
normal
tokio ^1.50.0
normal
tokio-util ^0.7.18
normal
optional
vibeio ^0.2.19
normal
criterion ^0.5
dev
h2 ^0.4
dev
h3 ^0.0.8
dev
h3-quinn ^0.0.10
dev
rcgen ^0.14
dev
serde_json ^1
dev
tokio ^1.50.0
dev
Versions
49.64%
of the crate is documented
Platform
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
Skip to main content
MAX_WINDOW_SIZE
vibeio_
http
0.4.0
In vibeio_
http::
codec
vibeio_http
::
codec
Constant
MAX_
WINDOW_
SIZE
Copy item path
Source
pub const MAX_WINDOW_SIZE:
u32
= 2_147_483_647;
Available on
crate feature
h2
only.
Expand description
The largest legal flow-control window (2^31-1).