Type Alias jsonrpsee_core::http_helpers::Request

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

HTTP request type.

Aliased Type§

struct Request<T = Body> { /* private fields */ }