ElixirLokaliseApi.HTTPClient.FinchImpl (ElixirLokaliseApi v4.2.0)

View Source

A minimal HTTP client implementation that simply delegates requests to Finch.request/3.

This module acts as the default runtime HTTP adapter for the library. In tests it is typically replaced with a mock via the ElixirLokaliseApi.HTTPClient behaviour, which is why this implementation is intentionally thin and not directly tested.