Docs.rs
pray-core-1.8.1
pray-core 1.8.1
Docs.rs crate page
MIT
29 July 2026
Links
Homepage
Repository
crates.io
Source
Owners
amkisko
Dependencies
base64 ^0.23
normal
ed25519-dalek ^3
normal
reqwest ^0.13
normal
rusqlite ^0.40
normal
optional
semver ^1
normal
serde ^1
normal
serde_json ^1
normal
sha2 ^0.11
normal
tar ^0.4
normal
toml ^1.1
normal
zstd ^0.13
normal
ed25519-dalek ^3
dev
jsonschema ^0.49
dev
proptest ^1
dev
Versions
2.52%
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
http_get_with_headers
pray_
core
1.8.1
In pray_
core::
fetch
pray_core
::
fetch
Function
http_
get_
with_
headers
Copy item path
Source
pub fn http_get_with_headers( url: &
str
, headers: &[(&
str
, &
str
)], ) ->
PrayResult
<(
Vec
<
u8
>,
u16
)>