Module rest

Source
Expand description

Defines an abstract RestRequest that can be executed by a fully configurable RestClient.

Modules§

client
Configurable client::RestClient capable of executing signed RestRequests and parsing responses.

Traits§

RestRequest
Http REST request that can be executed by a RestClient.