Mxpanel.HTTPClient.request
You're seeing just the callback
request
, go back to Mxpanel.HTTPClient module for more information.
Specs
request( method :: atom(), url :: binary(), headers :: list(), body :: iodata(), opts :: Keyword.t() ) :: {:ok, %{status: integer(), headers: [{binary(), binary()}], body: binary()}} | {:error, term()}
Sends an HTTP request.