Expand description

Low-level machinery to convert a Request to a signature or a URI query/form string.

Re-exports

pub use auth::Authorizer;
pub use urlencode::Urlencoder;

Modules

An OAuth 1.0 Authorization header serializer.

A URI query/x-www-form-urlencoded string serializer.

Macros

Helper macro for implementors of Serializer which generates blank implementation of serialize_oauth_* methods.

Traits

A Serializer will be fed with the key-value pairs of a request and produces a single value from them.

An extension trait for Serializer that provides convenience methods.