NAME

Ixchel::functions::file_get - Fetches a file file via URL.

VERSION

Version 0.0.1

SYNOPSIS

use Ixchel::functions::file_get;

my $file=file_get(url=>'https://raw.githubusercontent.com/quadrantsec/sagan/main/etc/sagan.yaml');

Functions

file_get

Any protocol understood via LWP may be used.

If the $ENV variables below are set, they will be used for proxy info.

$ENV{FTP_PROXY}
$ENV{HTTP_PROXY}
$ENV{HTTPS_PROXY}