Module aws_sdk_rust::aws::common::request [] [src]

request contains the type, struct, enum and impls that are HTTP Request related. Library Documentation

AWS API requests.

Wraps the Hyper library to send PUT, POST, DELETE and GET requests.

Structs

HttpDispatchError

HTTP Error returned from the DispatchSignedRequest Trait. It also implements the Error Trait.

HttpResponse

Wraps the Hyper Response that comes back from AWS S3.

Traits

DispatchSignedRequest

Trait that is added to the Hyper Client type. This is where ALL HTTP calls get sent from.