Struct gerritlib::call::CallResponse
[−]
[src]
pub struct CallResponse {
pub status: u32,
pub headers: Vec<String>,
pub body: Option<Vec<u8>>,
}Representation of a Response
Fields
status: u32
http return status
headers: Vec<String>
header of http response
body: Option<Vec<u8>>
the content