Struct git_transport::client::http::GetResponse [−][src]
pub struct GetResponse<H, B> {
pub headers: H,
pub body: B,
}
Expand description
The return value of Http::get().
Fields
headers: H
The response headers.
body: B
The response body.
Trait Implementations
Performs the conversion.