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.