Docs.rs
jsonrpsee-http-client-0.24.7
jsonrpsee-http-client 0.24.7
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
github:paritytech:core-devs
niklasad1
Dependencies
async-trait ^0.1
normal
base64 ^0.22
normal
http-body ^1
normal
hyper ^1.3
normal
hyper-rustls ^0.27.1
normal
optional
hyper-util ^0.1.1
normal
jsonrpsee-core ^0.24.7
normal
jsonrpsee-types ^0.24.7
normal
rustls ^0.23.7
normal
optional
rustls-platform-verifier ^0.3
normal
optional
serde ^1.0
normal
serde_json ^1
normal
thiserror ^1
normal
tokio ^1.23.1
normal
tower ^0.4
normal
tracing ^0.1.34
normal
url ^2.4.0
normal
tokio ^1.23.1
dev
tracing-subscriber ^0.3.3
dev
Versions
100%
of the crate is documented
Platform
i686-unknown-linux-gnu
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
jsonrpsee_
http_
client
0.24.7
Http
Body
Aliased type
In crate jsonrpsee_
http_
client
jsonrpsee_http_client
Type Alias
HttpBody
Copy item path
source
pub type HttpBody =
Body
;
Expand description
Default HTTP body for the client.
Aliased Type
ยง
struct HttpBody(
/* private fields */
);