jsonrpsee_http_client

Type Alias HttpRequest

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

HTTP request with default body.

Aliased Typeยง

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