Search
Abstraction for integrate http client
@callback request( method :: binary(), url :: binary(), body :: term(), headers :: list(), opts :: list() ) :: {:ok, status :: non_neg_integer(), headers :: list() | map(), body :: nil | binary()} | {:error, term()}