Docs.rs
httproxide-0.2.0
httproxide 0.2.0
Permalink
Docs.rs crate page
AGPL-3.0-only
Links
crates.io
Source
Owners
yu-re-ka
yuyuyureka
Dependencies
anyhow ^1.0
normal
axum ^0.6
normal
bytes ^1.4
normal
httproxide-client-util ^0.2.0
normal
optional
env_logger ^0.10
normal
futures-util ^0.3
normal
h3 ^0.0.2
normal
optional
h3-quinn ^0.0.3
normal
optional
http ^0.2
normal
http-body ^0.4
normal
hyper ^0.14
normal
ipnet ^2.8
normal
optional
lazy_static ^1.4
normal
optional
log ^0.4
normal
mimalloc ^0.1.34
normal
optional
once_cell ^1.18
normal
quinn ^0.10
normal
optional
rcgen ^0.11
normal
optional
regex ^1.9
normal
optional
rustls ^0.21
normal
optional
rustls-pemfile ^1.0
normal
optional
serde ^1.0
normal
serde-tuple-vec-map ^1.0
normal
optional
serde_yaml ^0.9
normal
socket2 ^0.5
normal
optional
tokio ^1.29
normal
tokio-rustls ^0.24
normal
optional
tower ^0.4
normal
tower-http ^0.4
normal
Versions
0.66%
of the crate is documented
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
httproxide
0.2.0
In httproxide::
service::
fs
httproxide
::
service
::
fs
Function
serve_dir_from_config
Copy item path
Source
pub fn serve_dir_from_config(config:
ServeDirConfig
) ->
Result
<impl
IntoTarget
>