Type Alias jsonrpsee_http_client::HttpRequest

source ·
pub type HttpRequest<T = HttpBody> = Request<T>;
Expand description

HTTP request with default body.

Aliased Type§

struct HttpRequest<T = HttpBody> { /* private fields */ }