Struct aws_sdk_rust::aws::common::signature::SignedRequest [] [src]

pub struct SignedRequest<'a> {
    // some fields omitted
}

A data structure for all the elements of an HTTP request that are involved in the Amazon Signature Version 4 signing process version - represents the Signature version. The default is 4 but it can also be set to 2 for older environments.

Methods

impl<'a> SignedRequest<'a>
[src]

Default constructor

Add a value to the array of headers for the specified key. Headers are kept sorted by key name for use at signing (BTreeMap)

set_ssl(ssl: bool) - Allows you to override the default ssl flag.

ssl() - Returns the ssl bool flag

Trait Implementations

impl<'a> Debug for SignedRequest<'a>
[src]

Formats the value using the given formatter.