Library for dealing with URLs (Uniform Resource Locators).
Author: Michael Hanus
Version: July 2023
getContentsOfUrl
:: String -> IO String
Reads the contents of a document located by a URL. |
getContentsOfURL
:: String -> IO String
Reads (quietly) the contents of a document located by a URL. |
Reads the contents of a document located by a URL.
This action requires that the program |
Reads (quietly) the contents of a document located by a URL. This action requires that the program "wget" is in your path, otherwise the implementation must be adapted to the local installation. |