Toolshed.HTTP.httpget
You're seeing just the function
httpget
, go back to Toolshed.HTTP module for more information.
Specs
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.