rustify::clients

Module reqwest

source
Expand description

Contains an implementation of Client being backed by the reqwest crate.

Structsยง

  • A client based on the reqwest::Client which can be used for executing Endpoints. A backing instance of a reqwest::Client is used to increase performance and to save certain characteristics across sessions. A base URL is required and is used to qualify the full path of any Endpoints which are executed by this client.