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§
- auth
- An OAuth 1.0
Authorization
header serializer. - urlencode
- A URI query/
x-www-form-urlencoded
string serializer.
Macros§
- skip_
serialize_ oauth_ parameters - Helper macro for implementors of
Serializer
which generates blank implementation ofserialize_oauth_*
methods.
Traits§
- Serializer
- A
Serializer
will be fed with the key-value pairs of a request and produces a single value from them. - Serializer
Ext - An extension trait for
Serializer
that provides convenience methods.