Module bdrck::http::client

source ·
Expand description

client provides a simple HTTP client trait and implementation, based upon reqwest.

Structs

  • Client is the standard, non-testing implementation of AbstractClient. If debug assersions are enabled, then this structure also provides a mechanism for recording an HTTP session.

Traits

  • AbstractClient defines the generic interface for an HTTP client.