Docs.rs
  • http-authentication-0.2.0
    • http-authentication 0.2.0
    • Permalink
    • Docs.rs crate page
    • Apache-2.0 OR MIT
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • vkill
    • Dependencies
      • base64 ^0.21 normal optional
      • http ^0.2 normal optional
      • http-auth ^0.1 normal
    • Versions
    • 2.97% 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
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

http_authentication0.2.0

Crate Items

  • Structs
  • Enums
  • Constants
  • Functions

List of all items

Structs

  • challenges::Challenges
  • schemes::basic::challenge::Challenge
  • schemes::basic::credentials::Credentials
  • schemes::bearer::challenge::Challenge
  • schemes::bearer::credentials::Credentials

Enums

  • challenge::Challenge
  • challenges::ChallengesParseError
  • credentials::Credentials
  • credentials::CredentialsParseError
  • schemes::basic::challenge::ChallengeParseError
  • schemes::basic::credentials::CredentialsParseError
  • schemes::bearer::challenge::ChallengeParseError
  • schemes::bearer::credentials::CredentialsParseError

Functions

  • header_utils::append_proxy_authenticate
  • header_utils::append_proxy_authenticate_with_multiple
  • header_utils::append_www_authenticate
  • header_utils::append_www_authenticate_with_multiple
  • header_utils::get_authorization
  • header_utils::get_proxy_authenticate
  • header_utils::get_proxy_authorization
  • header_utils::get_www_authenticate
  • header_utils::set_authorization
  • header_utils::set_authorization_with_basic
  • header_utils::set_authorization_with_bearer
  • header_utils::set_proxy_authorization
  • header_utils::set_proxy_authorization_with_basic
  • header_utils::set_proxy_authorization_with_bearer

Constants

  • schemes::NAME_BASIC
  • schemes::NAME_BEARER
  • schemes::NAME_DIGEST