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