The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

net.http

Exports a selection of functions for performing HTTP/HTTPS operations.

http-get

Description

Retrieves an HTTP/HTTPS document at the specified URL and returns its content.

Usage

<url>

Examples

    :emphasize-lines: 2

    (http-get "http://hasthelargehadroncolliderdestroyedtheworldyet.com/")
    "NOPE."