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

http return status

header of http response

the content

Trait Implementations

impl Debug for CallResponse
[src]

Formats the value using the given formatter.