úÎ ígposix provisionalDon Stewart <dons@galois.com> :use a direct connection even if a proxy server is defined .data sockets will be allocated in the low (or 4 default) port range instead of the high port range =a passive (rather than active) connection will be attempted. BDownload content specified by url (in RFC1738 form), using either @ FTP, HTTP or file protocols, returning the content as a strict   ByteString. If the url is malformed, a Left value is returned.  Similarly, if an error occurs, Left is returned, with a ! protocol-specific error string. CIf the file protocol is used, documents will be retrieved from the ? local filesystem. If the ftp scheme is used, the FTP protocol > (RFC959) is used. If no user name or passoword are provided, ! anonymous login, with user name  anonymous and password  anonymous  will be attempted.  If the http method is used, HTTP/1.1 will be used.  Examples:  openURI "http://haskell.org" *Like openURI, but returns the result as a   Examples: $ openURIString "http://haskell.org" Download the content as for openURI, but return it as a list of , parsed tags using the tagsoup html parser. Download the content as for openURI, but return it as parsed XML,  using the xml-light parser. Download the content as for openURI, but return it as parsed RSS 1 or Atom content, using the feed library parser. ;Takes a URL in the form of a String and splits it into its D components function according to the Common Internet Scheme Syntax  detailed in RFC1738.        download-0.2Network.Downloadbase Data.CharopenURI openURIString parseTagsparseXML parseFeedDirectLowPassiveGHC.BaseStringparseURL