Docs.rs
soph-http-0.30.0
soph-http 0.30.0
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
jiannei
Dependencies
reqwest ^0.12.12
normal
reqwest-middleware ^0.4.0
normal
reqwest-retry ^0.7.0
normal
optional
reqwest-tracing ^0.5.5
normal
optional
serde ^1.0.217
normal
soph-config ^0.30.0
normal
soph-core ^0.30.0
normal
thiserror ^2.0.11
normal
tokio ^1.43.0
dev
Versions
0%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
soph_
http
0.30.0
BoxError
Aliased Type
In crate soph_
http
soph_http
Type Alias
BoxError
Copy item path
Source
pub type BoxError =
Box
<dyn
Error
+
Send
+
Sync
>;
Aliased Type
ยง
pub struct BoxError(
/* private fields */
);