Docs.rs
sfo-http-0.1.10
sfo-http 0.1.10
Docs.rs crate page
Links
Repository
crates.io
Source
Owners
wugren
Dependencies
async-h1 ^2.3.3
normal
async-std ^1.12.0
normal
async-tls ^0.10.0
normal
async-trait ^0.1.68
normal
cfg-if ^1.0.0
normal
chrono ^0.4.24
normal
dashmap ^5.4.0
normal
deadpool ^0.7
normal
futures ^0.3.28
normal
futures-util ^0.3.28
normal
governor ^0.5.1
normal
http-types ^2.12.0
normal
json ^0.12.4
normal
jsonwebtoken ^8.3.0
normal
lazy_static ^1.4.0
normal
log ^0.4.17
normal
once_cell ^1.17.1
normal
pin-project-lite ^0.2.9
normal
rustls ^0.18
normal
serde ^1.0.160
normal
serde_json ^1.0.96
normal
tide ^0.16.0
normal
webpki ^0.21.0
normal
webpki-roots ^0.22.6
normal
Versions
27.06%
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
☰
Result
In sfo_http::http_server
?
Type Definition
sfo_http
::
http_server
::
Result
source
·
[
−
]
pub type Result<T =
Response
> =
Result
<T,
Error
>;
Expand description
A specialized Result type for Tide.