Struct aws_sdk_rust::aws::common::request::HttpResponse
[−]
[src]
pub struct HttpResponse { pub status: u16, pub body: String, pub headers: HashMap<String, String>, }
Wraps the Hyper Response that comes back from AWS S3.
All HTTP calls are sent from here.
Fields
status: u16
HTTP status code
body: String
XML payload
headers: HashMap<String, String>
Unsorted list of header attributes