Docs.rs
fkm-proxy-0.2.2
fkm-proxy 0.2.2
Docs.rs crate page
MIT
18 August 2025
Links
Repository
crates.io
Source
Owners
filipton
Dependencies
anyhow ^1.0.99
normal
chrono ^0.4.41
normal
clap ^4.5.45
normal
dotenvy ^0.15.7
normal
html-escape ^0.2.13
normal
http ^1.3.1
normal
kanal ^0.1.1
normal
mime_guess ^2.0.5
normal
qls-proto-utils ^0.2.0
normal
quinn ^0.11.8
normal
rcgen ^0.14.3
normal
rustls ^0.23.31
normal
rustls-pemfile ^2.2.0
normal
serde ^1.0.219
normal
serde_json ^1.0.142
normal
thiserror ^2.0.15
normal
tokio ^1.47.1
normal
tokio-rustls ^0.26.2
normal
tracing ^0.1.41
normal
tracing-subscriber ^0.3.19
normal
Versions
0%
of the crate is documented
Go to latest version
Platform
i686-unknown-linux-gnu
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
fkm_
proxy
0.2.2
In fkm_
proxy::
utils::
http
fkm_proxy
::
utils
::
http
Function
construct_raw_http_resp
Copy item path
Source
pub fn construct_raw_http_resp( status:
u16
, content: &[
u8
], content_type: &
str
, ) ->
Vec
<
u8
>
ⓘ