Type Alias tower_reqwest::HttpResponse

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

Response type from http crate with the body from this crate.

Aliased Type§

struct HttpResponse { /* private fields */ }