Instream.HTTPClient.request

You're seeing just the callback request, go back to Instream.HTTPClient module for more information.
Link to this callback

request(method, url, headers, body, opts)

View Source

Specs

request(
  method :: atom(),
  url :: binary(),
  headers :: list(),
  body :: binary(),
  opts :: list()
) :: response()