Type Alias jsonrpsee_http_client::HttpResponse

source ·
pub type HttpResponse<T = HttpBody> = Response<T>;
Expand description

HTTP response with default body.

Aliased Type§

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