Docs.rs
rust-web-server-17.44.0
rust-web-server 17.44.0
Permalink
Docs.rs crate page
MIT
03 July 2026
Links
Homepage
Repository
crates.io
Source
Owners
bohdaq
Dependencies
argon2 ^0.5
normal
optional
aws-lc-rs ^1
normal
optional
bytes ^1
normal
optional
ctrlc ^3
normal
optional
file-ext ^12.0.0
normal
flate2 ^1
normal
h2 ^0.4
normal
optional
h3 ^0.0.8
normal
optional
h3-quinn ^0.0.10
normal
optional
hmac ^0.12
normal
optional
http ^1
normal
optional
libc ^0.2
normal
optional
p256 ^0.13
normal
optional
quinn ^0.11
normal
optional
rand_core ^0.6
normal
optional
rcgen ^0.13
normal
optional
rsa ^0.9
normal
optional
rustls ^0.23
normal
optional
rustls-pemfile ^2
normal
optional
rws-macros ^17
normal
optional
serde ^1
normal
optional
serde_json ^1
normal
optional
sha2 ^0.10
normal
optional
sqlx ^0.8
normal
optional
tera ^1
normal
optional
tokio ^1
normal
optional
tokio-rustls ^0.26
normal
optional
url-build-parse ^12.1.0
normal
url-search-params ^12.0.0
normal
webpki-roots ^0.26
normal
optional
Versions
30.8%
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
Module cookie
rust_
web_
server
17.44.0
Module cookie
Module Items
Structs
In crate rust_
web_
server
rust_web_server
Module
cookie
Copy item path
Source
Structs
ยง
Cookie
A single HTTP cookie name/value pair.
Cookie
Jar
Parses the
Cookie
request header into a collection of
Cookie
values.
SetCookie
Builder for the
Set-Cookie
response header value.