Behaviour-based HTTP adapter for connector delivery.
Connectors use this adapter to make HTTP calls. In production, Req is used. In tests, Mimic stubs the adapter for deterministic responses.
Configuration
config :good_analytics, :http_adapter, GoodAnalytics.Connectors.HTTP.ReqAdapter
Summary
Functions
Makes an HTTP request using the configured adapter.