Module "URL.curry"

Library for dealing with URLs (Uniform Resource Locators).

Author: Michael Hanus

Version: November 2003


 Exported names:

Functions:
getContentsOfUrl


 Summary of exported functions:

getContentsOfUrl  :: String -> IO String  deterministic 
          Reads the contents of a document located by a URL.

 Imported modules:

IOExts
Prelude
System

 Exported datatypes:


 Exported functions:

getContentsOfUrl :: String -> IO String  deterministic 

Reads 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.



Generated by CurryDoc (Version 0.4.1 of June 7, 2007) at Jun 16 17:17:24 2009