Struct easy_http_request::HttpResponse[][src]

pub struct HttpResponse {
    pub status_code: u16,
    pub headers: HashMap<String, String>,
    pub body: Vec<u8>,
}

Fields

Trait Implementations

impl Debug for HttpResponse
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations