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
Authorizationheader serializer. - urlencode
- A URI query/
x-www-form-urlencodedstring serializer.
Macros§
- skip_
serialize_ oauth_ parameters - Helper macro for implementors of
Serializerwhich generates blank implementation ofserialize_oauth_*methods.
Traits§
- Serializer
- A
Serializerwill be fed with the key-value pairs of a request and produces a single value from them. - Serializer
Ext - An extension trait for
Serializerthat provides convenience methods.