Docs.rs
  • wclient-0.1.7
    • wclient 0.1.7
    • Permalink
    • Docs.rs crate page
    • Apache-2.0
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • cacexp
    • Dependencies
      • case_insensitive_hashmap ^1.0.0 normal
      • chrono ^0.4 normal
      • data-encoding ^2.3.2 normal
      • json ^0.12.4 normal
      • lazy_static ^1.4.0 normal
      • log ^0.4 normal
      • regex ^1.5.4 normal
      • ring ^0.16.20 normal
      • rustls ^0.20.2 normal
      • rustls-native-certs ^0.6.1 normal
      • rustls-pemfile ^0.2.1 normal
      • url ^2.2.2 normal
      • env_logger ^0.8.4 dev
    • Versions
    • 84.89% of the crate is documented
  • Platform
    • i686-unknown-linux-gnu
    • 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

wclient0.1.7

Crate Items

  • Structs
  • Enums
  • Constants
  • Traits
  • Type Aliases

List of all items

Structs

  • Request
  • RequestBuilder
  • Response
  • Session
  • SessionBuilder
  • auth::HttpBasicAuth
  • config::HttpConfig
  • config::HttpConfigBuilder
  • cookie::Cookie
  • cookie::MemCookieJar

Enums

  • HttpMethod
  • auth::CannotAuthorize
  • config::HttpsCert
  • config::HttpsVerify
  • cookie::SameSiteValue

Traits

  • auth::AuthManager
  • cookie::CookieJar

Type Aliases

  • HttpStatusCode
  • SetCookies

Constants

  • HTTP_100_CONTINUE
  • HTTP_101_SWITCHING_PROTOCOLS
  • HTTP_200_OK
  • HTTP_201_CREATED
  • HTTP_202_ACCEPTED
  • HTTP_204_NO_CONTENT
  • HTTP_205_RESET_CONTENT
  • HTTP_400_BAD_REQUEST
  • HTTP_401_UNAUTHORIZED
  • HTTP_402_FORBIDDEN
  • HTTP_404_NOT_FOUND
  • HTTP_405_METHOD_NOT_ALLOWED
  • HTTP_406_NOT_ACCEPTABLE
  • HTTP_408_REQUEST_TIMEOUT
  • HTTP_500_INTERNAL_SERVE_ERROR
  • HTTP_501_NOT_IMPLEMENTED