http-directory: http directory listing library

[ library, mit, network ] [ Propose Tags ]

Library for listing the files (href's) in an http directory. It can also check the size, existence, modtime of files, and for url redirects.


[Skip to Readme]

Modules

[Index]

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0, 0.1.1, 0.1.2, 0.1.3, 0.1.4, 0.1.5, 0.1.6, 0.1.7, 0.1.8, 0.1.9, 0.1.10 (info)
Change log CHANGELOG.md
Dependencies base (<5), bytestring, cryptonite (<0.26), html-conduit, http-client, http-client-tls, http-date (>=0.0.7), http-types, semigroups, text, time, xml-conduit [details]
License MIT
Copyright 2019 Jens Petersen
Author Jens Petersen
Maintainer juhpetersen@gmail.com
Revised Revision 1 made by JensPetersen at 2019-09-02T15:31:10Z
Category Network
Home page https://github.com/juhp/http-directory
Bug tracker https://github.com/juhp/http-directory/issues
Source repo head: git clone https://github.com/juhp/http-directory.git
Uploaded by JensPetersen at 2019-06-22T09:32:27Z
Distributions Fedora:0.1.10, LTSHaskell:0.1.10, Stackage:0.1.10
Downloads 4402 total (45 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2019-06-22 [all 1 reports]

Readme for http-directory-0.1.5

[back to package description]

http-directory

Hackage MIT 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 actually be used to list the links (href's) on any html webpage.

See an example and the haddock documentation for usage.