30 releases (14 breaking)
0.16.2 | Dec 1, 2022 |
---|---|
0.16.1 | Nov 18, 2022 |
0.15.1 | Jul 29, 2022 |
0.9.0 | Feb 3, 2022 |
0.2.0-alpha.3 | Mar 16, 2021 |
#32 in HTTP client
45,341 downloads per month
Used in 11 crates
(2 directly)
84KB
1.5K
SLoC
jsonrpsee-http-client
jsonrpsee-http-client
is JSON RPC HTTP client library that's is built for async/await
.
It is tightly-coupled to tokio
because hyper
is used as transport client,
which is not compatible with other async runtimes such as
async-std
, smol
and similar.
Dependencies
~7–15MB
~259K SLoC