Popularity
2.5
Growing
Activity
0.0
Stable
3
3
0

Monthly Downloads: 45
Programming language: Haskell
License: MIT License
Tags: Network     Http     Networking    
Latest version: v0.1.8

http-directory alternatives and similar packages

Based on the "http" category.
Alternatively, view http-directory alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of http-directory or a related project?

Add another 'http' Package

README

http-directory

Hackage [MIT license](LICENSE) Stackage Lts Stackage Nightly Build status

A simple library for reading http directories.

It uses http-client for http transport, and html-conduit and xml-conduit to parse the html for links.

The library is intended for listing the files in http file directories, but since http directories are just html pages it can also be used to list the links (href's) on any html webpage.

Usage examples

Network.HTTP.Directory> :type httpDirectory'
httpDirectory' :: String -> IO [Text]
Network.HTTP.Directory> httpDirectory' "https://hackage.haskell.org/package/base/src/System"
["CPUTime.hsc","Environment.hs","Exit.hs","IO.hs","Info.hs","Mem.hs","Timeout.hs",
"CPUTime","Console","Environment","IO","Mem","Posix"]

See more examples and the latest haddock documentation for more details.


*Note that all licence references and agreements mentioned in the http-directory README section above are relevant to that project's source code only.