Docs.rs
arcly-http-0.6.0
arcly-http 0.6.0
Docs.rs crate page
MIT
22 June 2026
Links
Repository
crates.io
Source
Owners
ThitiwutPhimpisai
Dependencies
arcly-http-compliance ^0.6.0
normal
optional
arcly-http-core ^0.6.0
normal
arcly-http-data ^0.6.0
normal
optional
arcly-http-macros ^0.6.0
normal
arcly-http-messaging ^0.6.0
normal
optional
arcly-http-realtime ^0.6.0
normal
optional
axum ^0.8
normal
bytes ^1.6
normal
futures ^0.3
normal
http ^1.1
normal
inventory ^0.3
normal
schemars ^0.8
normal
serde_json ^1.0
normal
tokio ^1.38
normal
tracing ^0.1
normal
validator ^0.18
normal
reqwest ^0.12
dev
Versions
60%
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
extract_header
arcly_
http
0.6.0
In arcly_
http::
web::
extract
arcly_http
::
web
::
extract
Function
extract_
header
Copy item path
Source
pub fn extract_header<'a>( ctx: &'a
RequestContext
, name: &'static
str
, ) ->
Result
<&'a
str
,
Error
>