Module jsonrpc::http::minreq_http

source ·
Available on crate feature minreq_http only.
Expand description

This module implements the crate::client::Transport trait using minreq as the underlying HTTP transport.

Structs

Enums

  • Error that can happen when sending requests. In case of error, a JSON error is returned if the body of the response could be parsed as such. Otherwise, an HTTP error is returned containing the status code and the raw body.