http

Example:

content = http.get("https://random_page.php?search=1337")

Functions:

get

Gets the content of a webpage.

ArgumentTypeRequired

URL

string

+

download

Downloads from a given URL to a given location on the system.

ArgumentTypeRequired

URL

string

+

filename

string

+

Last updated