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: HThe response headers.
body: BThe response body.
Trait Implementations
Performs the conversion.