Toolshed.HTTP.httpget

You're seeing just the function httpget, go back to Toolshed.HTTP module for more information.
Link to this function

httpget(url, options \\ [])

View Source

Specs

httpget(String.t(), dest: Path.t(), verbose: boolean()) ::
  :"do not show this result in output"

Perform a HTTP GET request for the specified URL

By default, the results are printed or you can optionally choose to download it to a specific location on the file system.

Options:

  • :dest - File path to write the response to. Defaults to printing to the terminal.
  • :verbose - Display request and response headers. Disabled by default.