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 */ }
pub type HttpRequest<T = HttpBody> = Request<T>;
HTTP request with default body.
struct HttpRequest<T = HttpBody> { /* private fields */ }