Module rusoto_core::request [] [src]

AWS API requests.

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

Structs

HttpDispatchError

An error produced when invalid request types are sent.

HttpResponse

Stores the response from a HTTP request.

TlsError

An error produced when the user has an invalid TLS client

Traits

DispatchSignedRequest

Trait for implementing HTTP Request/Response

Functions

default_tls_client

Helper method for creating an http client with tls. Makes a hyper client with NativeTls for HTTPS support.