Salemove.HttpClient.Adapter (salemove_http_client v2.1.2)

Custom Tesla adapter which allows to specify adapter in request options. It also allows configuring adapter at runtime, using, for example, environment variables.

Example

Salemove.HttpClient.request(url: "http://www.google.com/", method: :get, adapter: Tesla.Adapter.Hackney)