Docs.rs
  • httpclient-0.19.1
    • httpclient 0.19.1
    • Docs.rs crate page
    • MIT
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • kurtbuilds
    • Dependencies
      • async-trait ^0.1.52 normal
      • cookie ^0.18.0 normal
      • encoding_rs ^0.8.30 normal
      • futures ^0.3.25 normal
      • http ^0.2.11 normal
      • indexmap ^2.1.0 normal
      • once_cell ^1.10.0 normal
      • regex ^1.7.1 normal
      • serde ^1.0.136 normal
      • serde_json ^1.0.79 normal
      • serde_qs ^0.12.0 normal
      • tracing ^0.1.37 normal
      • urlencoding ^2.1.0 normal
      • walkdir ^2.3.2 normal
      • hyper ^0.14.17 normal
      • hyper-rustls ^0.24.2 normal
      • tokio ^1.17.0 normal
    • Versions
    • 10% of the crate is documented
  • Go to latest version
  • Platform
    • i686-unknown-linux-gnu
    • 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

httpclient0.19.1

  • All Items
  • Re-exports
  • Modules
  • Structs
  • Enums
  • Traits
  • Type Aliases
?
Change settings

Crate httpclient

source ·

Re-exports

  • pub use middleware::Middleware;

Modules

  • middleware
  • recorder

Structs

  • Client
  • Method
    The Request Method (VERB)
  • Request
  • RequestBuilder
  • StatusCode
    An HTTP status code (status-code in RFC 7230 et al.).
  • Uri
    The URI component of a request.

Enums

  • Body
  • Error
  • InMemoryBody

Traits

  • InMemoryResponseExt
  • ResponseExt

Type Aliases

  • InMemoryError
  • InMemoryRequest
  • InMemoryResponse
  • InMemoryResult
  • Response
  • Result