Îõ³h$ b      None Òhttp-directory+List the files (hrefs) in an http directory/It filters out absolute urls & paths, queries, '..', and # links.*Raises an error if the http request fails.ÛNote if the directory (webpage) url is redirected to a different path you may need to use  Æ to determine the actual final url prefix for relative links (files).4(Before 0.1.4 this was the same as httpRawDirectory)http-directory'Like httpDirectory but uses own Managerhttp-directory2List all the hrefs in an http directory html file.*Raises an error if the http request fails.ÛNote if the directory (webpage) url is redirected to a different path you may need to use  Ç to determine the actual final url prefix for relative links (files). http-directory2List all the hrefs in an http directory html file.*Raises an error if the http request fails.ÁLike httpRawDirectory but uses Network.HTTP.Simple (http-conduit)http-directoryTest if an file (url) exists http-directoryTest if an file (url) existshttp-directory>Try to get the filesize (Content-Length field) of an http file*Raises an error if the http request fails. http-directory>Try to get the filesize (Content-Length field) of an http file*Raises an error if the http request fails. http-directoryÆTry to get the modification time (Last-Modified field) of an http file*Raises an error if the http request fails.  http-directoryÆTry to get the modification time (Last-Modified field) of an http file*Raises an error if the http request fails. http-directoryÙalias for 'newManager tlsManagerSettings' so one does not need to import http-client etc http-directoryâReturns the list of http redirects for an url in reverse order (ie last redirect is listed first) http-directory Return final redirect for an urlhttp-directory'Like httpRedirect but uses own Manager.http-directory#Test if string starts with http[s]:http-directoryMake sure an url ends with "/" =trailingSlash "url" == "url/" trailingSlash "url/" == "url/" http-directory0Remove all trailing slashes from filename or url ÁnoTrailingSlash "dir/" == "dir" noTrailingSlash "dir//" == "dir"  http-directoryThis +/+ eats extra slashes. '"dir//" +/+ "/subdir/" = "dir/subdir/"    5     +http-directory-0.1.9-JMOWaONrAA7AisurlkPJAzNetwork.HTTP.Directory(http-client-0.7.9-5Pv4TovDFYdGGtLPTnX8gGNetwork.HTTP.Client.TypesManager httpDirectoryhttpDirectory'httpRawDirectoryhttpRawDirectory' httpExists httpExists' httpFileSize httpFileSize'httpLastModifiedhttpLastModified' httpManager httpRedirects httpRedirect httpRedirect' isHttpUrl trailingSlashnoTrailingSlash+/+