RosettaCodeData/Task/HTTPS/Perl-6/https-2.pl6

3 lines
86 B
Raku
Raw Permalink Normal View History

2018-06-22 20:57:24 +00:00
use HTTP::UserAgent;
say HTTP::UserAgent.new.get('https://sourceforge.net/').content;