Docs.rs
ling-http-0.1.3
ling-http 0.1.3
Docs.rs crate page
Apache-2.0
OR
MIT
22 August 2026
Links
Homepage
Repository
crates.io
Source
Owners
taellinglin
Dependencies
anyhow ^1.0
normal
async-trait ^0.1
normal
axum ^0.8
normal
axum-server ^0.8
normal
r2d2 ^0.8
normal
rcgen ^0.13
normal
optional
rusqlite ^0.37
normal
rustls ^0.23
normal
rustls-pemfile ^2
normal
serde ^1.0
normal
serde_json ^1.0
normal
thiserror ^1.0
normal
tokio ^1.37
normal
tower ^0.5
normal
tower-http ^0.6
normal
tracing ^0.1
normal
tracing-subscriber ^0.3
normal
clap ^4.4
dev
reqwest ^0.12
dev
Versions
38%
of the crate is documented
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
Module error
ling_
http
0.1.3
Module error
Module Items
Enums
Type Aliases
In crate ling_
http
ling_http
Module
error
Copy item path
Source
Enums
§
Http
Error
Uniform error type for ling-http handlers. Converts to a JSON body of the shape
{"error": "..."}
with a matching HTTP status code, so every API built on this framework returns errors in one consistent shape.
Type Aliases
§
Result