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 */ }pub type HttpResponse = Response<HttpBody>;Response type from http crate with the body from this crate.
struct HttpResponse { /* private fields */ }