Docs.rs
rust-web-server-17.16.0
rust-web-server 17.16.0
Docs.rs crate page
MIT
30 June 2026
Links
Repository
crates.io
Source
Owners
bohdaq
Dependencies
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
quinn ^0.11
normal
optional
rustls ^0.23
normal
optional
rustls-pemfile ^2
normal
optional
serde ^1
normal
optional
serde_json ^1
normal
optional
sha2 ^0.10
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
Versions
16.11%
of the crate is documented
Go to latest version
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 error
rust_
web_
server
17.16.0
Module error
Module Items
Enums
Traits
In crate rust_
web_
server
rust_web_server
Module
error
Copy item path
Source
Enums
§
AppError
A built-in typed error that maps common failure cases to standard HTTP status codes. Use it directly or as a model for your own error type.
Traits
§
Into
Response
Implemented by any type that can be turned into an HTTP
Response
.