Struct easy_http_request::HttpResponse [−][src]
pub struct HttpResponse { pub status_code: u16, pub headers: HashMap<String, String>, pub body: Vec<u8>, }
Fields
status_code: u16
headers: HashMap<String, String>
body: Vec<u8>
Trait Implementations
impl Debug for HttpResponse
[src]
impl Debug for HttpResponse
Auto Trait Implementations
impl Send for HttpResponse
impl Send for HttpResponse
impl Sync for HttpResponse
impl Sync for HttpResponse