mirror of
https://github.com/lightningdevkit/rust-lightning.git
synced 2025-02-25 07:17:40 +01:00
Bitcoin Core's JSON RPC server returns errors as HTTP error responses with JSON content in the body. Parse this content as JSON to give a more meaningful error. Otherwise, "binary" is given because the content contains ASCII control characters. |
||
---|---|---|
.. | ||
convert.rs | ||
http.rs | ||
init.rs | ||
lib.rs | ||
poll.rs | ||
rest.rs | ||
rpc.rs | ||
test_utils.rs | ||
utils.rs |