Docs.rs
ferrum-server-0.8.2
ferrum-server 0.8.2
Docs.rs crate page
MIT
28 August 2026
Links
crates.io
Source
Owners
sizzlecar
Dependencies
anyhow ^1.0
normal
async-trait ^0.1
normal
axum ^0.7
normal
base64 ^0.22
normal
chrono ^0.4
normal
config ^0.14
normal
ferrum-bench-core ^0.8.2
normal
ferrum-engine ^0.8.2
normal
ferrum-interfaces ^0.8.2
normal
ferrum-sampler ^0.8.2
normal
ferrum-scheduler ^0.8.2
normal
ferrum-types ^0.8.2
normal
futures ^0.3
normal
http ^1.0
normal
http-body ^1.0
normal
hyper ^1.0
normal
jsonschema ^0.48.1
normal
jsonwebtoken ^9.2
normal
metrics ^0.22
normal
metrics-exporter-prometheus ^0.13
normal
mime ^0.3
normal
minijinja ^2.20
normal
minijinja-contrib ^2.20
normal
pin-project ^1.1
normal
serde ^1.0
normal
serde_json ^1.0
normal
sha2 ^0.10
normal
thiserror ^1.0
normal
tokio ^1.35
normal
tokio-stream ^0.1
normal
tower ^0.4
normal
tower-http ^0.5
normal
tracing ^0.1
normal
uuid ^1.6
normal
hyper ^1.0
dev
reqwest ^0.12
dev
tokio-test ^0.4
dev
Versions
54.8%
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
Headers
ferrum_
server
0.8.2
Headers
Aliased Type
In ferrum_
server::
types
ferrum_server
::
types
Type Alias
Headers
Copy item path
Source
pub type Headers =
HashMap
<
String
,
String
>;
Expand description
HTTP headers
Aliased Type
ยง
pub struct Headers {
/* private fields */
}