Module http_sign::request[][src]

Structs

BorrowedHttpRequest

This is a simple implementation of HttpRequest that does not depend on any external library. It borrows all of the request data.

OwnedHttpRequest

This is a simple implementation of HttpRequest that does not depend on any external library. It owns all of the request data.

Enums

Method

An HTTP method such as GET, POST, etc.

Traits

Headers

This trait allows the signature generation logic both read and write access to the HTTP headers contained within a HTTP request.

HttpRequest

This trait exposes all of the information about a HTTP request that is required to produce the signature header.