Docs.rs
ranvier-http-0.18.0
ranvier-http 0.18.0
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
realwolf
Dependencies
async-stream ^0.3.6
normal
async-trait ^0.1
normal
base64 ^0.22
normal
bytes ^1.11.0
normal
futures-util ^0.3.31
normal
h3 ^0.0.8
normal
optional
h3-quinn ^0.0.10
normal
optional
http ^1.4.0
normal
http-body ^1
normal
http-body-util ^0.1.3
normal
hyper ^1.8.1
normal
hyper-util ^0.1.19
normal
multer ^3.1.0
normal
optional
quinn ^0.11
normal
optional
ranvier-core ^0.18.0
normal
ranvier-runtime ^0.18.0
normal
rcgen ^0.13
normal
optional
rustls ^0.23
normal
optional
rustls-pemfile ^2.1
normal
optional
serde ^1.0.228
normal
serde_json ^1.0.149
normal
serde_urlencoded ^0.7
normal
sha1 ^0.10
normal
thiserror ^1.0
normal
tokio ^1.49.0
normal
tokio-rustls ^0.26
normal
optional
tokio-tungstenite ^0.24
normal
tower ^0.5.3
normal
tower-http ^0.5
normal
tracing ^0.1.44
normal
uuid ^1.6
normal
validator ^0.20
normal
optional
ranvier-observe ^0.18.0
dev
tempfile ^3.14
dev
Versions
28.99%
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
json_error_response
ranvier_
http
0.18.0
In ranvier_
http::
response
ranvier_http
::
response
Function
json_
error_
response
Copy item path
Source
pub fn json_error_response( status:
StatusCode
, message: impl
Into
<
String
>, ) ->
HttpResponse