logo
Expand description

AWS API requests.

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

Structs

Stores the buffered response from a HTTP request.

Http client for use with AWS services.

Configuration options for the HTTP Client

An error produced when sending the request, such as a timeout error.

Stores the response from a HTTP request.

An error produced when the user has an invalid TLS client

Traits

Trait for implementing HTTP Request/Response

Type Definitions

Type returned from dispatch for a DispatchSignedRequest implementor