simple-download: A simple wrapper of http-conduit for file download.

[ bsd3, library, web ] [ Propose Tags ]

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.0.1, 0.0.2
Dependencies base (>=4.8 && <4.10), conduit-combinators, http-client, http-conduit, mtl, transformers [details]
License BSD-3-Clause
Copyright (c) 2016 Shao Cheng
Author
Maintainer Shao Cheng <astrohavoc@gmail.com>
Category Web
Home page https://github.com/TerrorJack/simple-download#readme
Bug tracker https://github.com/TerrorJack/simple-download/issues
Source repo head: git clone https://github.com/TerrorJack/simple-download
Uploaded by terrorjack at 2016-07-28T02:27:33Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 1608 total (6 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2016-07-28 [all 1 reports]

Readme for simple-download-0.0.2

[back to package description]

simple-download

Build Status Build status

A simple wrapper of http-conduit for file download. It relies on tls instead of HsOpenSSL for HTTPS support, so portability is improved.