Docs.rs
  • oauth1-request-0.6.1
    • oauth1-request 0.6.1
    • Permalink
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • tesaguri
    • Dependencies
      • base64 ^0.22 normal
      • cfg-if ^1 normal
      • digest ^0.10 normal optional
      • either ^1.2 normal optional
      • fmt-cmp ^0.1.1 normal
      • hmac ^0.12.1 normal optional
      • oauth-credentials ^0.3 normal
      • oauth1-request-derive ^0.5 normal optional
      • percent-encoding ^2.1 normal
      • rand ^0.8 normal
      • rsa ^0.6 normal optional
      • rsa ^0.9 normal optional
      • sha1 ^0.10 normal optional
      • base64 ^0.22 dev
      • oauth1-request ^0.6 dev
      • version-sync ^0.9 dev
      • js-sys ^0.3 normal optional
      • getrandom ^0.2 dev
      • wasm-bindgen-test ^0.3 dev
    • Versions
    • 100% of the crate is documented
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

oauth1_request0.6.1

Crate Items

  • Macros
  • Structs
  • Constants
  • Traits
  • Functions
  • Derive Macros

List of all items

Structs

  • Builder
  • request::AssertSorted
  • request::parameter_list::Iter
  • request::parameter_list::ParameterList
  • serializer::auth::Authorizer
  • serializer::auth::Options
  • serializer::urlencode::Urlencoder
  • signature_method::hmac_sha1::HmacSha1
  • signature_method::hmac_sha1::HmacSha1Sign
  • signature_method::hmac_sha1::HmacSha1Signature
  • signature_method::plaintext::Plaintext
  • signature_method::plaintext::PlaintextSign

Traits

  • request::Request
  • serializer::Serializer
  • serializer::SerializerExt
  • signature_method::Sign
  • signature_method::SignatureMethod

Macros

  • serializer::skip_serialize_oauth_parameters
  • skip_serialize_oauth_parameters

Derive Macros

  • Request

Functions

  • authorize
  • connect
  • delete
  • get
  • head
  • options
  • patch
  • post
  • put
  • to_form
  • to_query
  • trace

Constants

  • signature_method::hmac_sha1::HMAC_SHA1
  • signature_method::plaintext::PLAINTEXT