Packages

Elixir API to communicate with Matrix Synapse

Current section

Files

Jump to
ex_matrix_api lib util request.ex
Raw

lib/util/request.ex

defmodule ExMatrixApi.Util.Request do
@moduledoc """
Utility wrapper for making HTTP requests.
Delegates to the configured HTTP client module.
"""
use UtilsHttp.Behaviour.HttpClient, http_client: ExMatrixApi.Synapse.config!(:http_client)
end