Struct aws_sdk_rust::aws::common::request::HttpResponse [] [src]

pub struct HttpResponse {
    pub status: u16,
    pub body: String,
    pub headers: HashMap<StringString>,
}

Wraps the Hyper Response that comes back from AWS S3.

All HTTP calls are sent from here.

Fields

HTTP status code

XML payload

Unsorted list of header attributes