curlhs: bindings to libcurl, the multiprotocol file transfer library

[ library, network ] [ Propose Tags ]

Package curlhs provides a mid-level Haskell interface to libcurl, the multiprotocol file transfer library which powers the popular tool curl (please see http://curl.haxx.se/ for more info about curl and libcurl). As described on the libcurl project site:

libcurl is a free and easy-to-use client-side URL transfer library, supporting DICT, FILE, FTP, FTPS, GOPHER, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, POP3, POP3S, RTMP, RTSP, SCP, SFTP, SMTP, SMTPS, TELNET and TFTP. libcurl supports SSL certificates, HTTP POST, HTTP PUT, FTP uploading, HTTP form based upload, proxies, cookies, user+password authentication (Basic, Digest, NTLM, Negotiate, Kerberos), file transfer resume, http proxy tunneling and more!

libcurl is highly portable, it builds and works identically on numerous platforms, including Solaris, NetBSD, FreeBSD, OpenBSD, Darwin, HPUX, IRIX, AIX, Tru64, Linux, UnixWare, HURD, Windows, Amiga, OS/2, BeOs, Mac OS X, Ultrix, QNX, OpenVMS, RISC OS, Novell NetWare, DOS and more...

libcurl is free, thread-safe, IPv6 compatible, feature rich, well supported, fast, thoroughly documented and is already used by many known, big and successful companies and numerous applications.

More information about curlhs, such as tutorials or examples, may be found in the documentation section.

Package is distributed under the ISC License (MIT/BSD-style, see LICENSE file for details).


[Skip to Readme]

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

  • No Candidates
Versions [RSS] 0.0.1, 0.0.2, 0.1.1, 0.1.2, 0.1.3, 0.1.4, 0.1.5, 0.1.6
Change log CHANGELOG.md
Dependencies base (>=4 && <5), bytestring, rtld (>=0.0 && <0.1), time [details]
License LicenseRef-OtherLicense
Copyright Copyright (c) 2012-2015 Krzysztof Kardzis
Author Krzysztof Kardzis <kkardzis@gmail.com>
Maintainer Krzysztof Kardzis <kkardzis@gmail.com>
Revised Revision 1 made by KrzysztofKardzis at 2015-05-20T11:13:37Z
Category Network
Home page https://github.com/kkardzis/curlhs
Source repo head: git clone https://github.com/kkardzis/curlhs
Uploaded by KrzysztofKardzis at 2015-05-20T10:56:10Z
Distributions NixOS:0.1.6
Reverse Dependencies 3 direct, 0 indirect [details]
Downloads 9304 total (23 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2015-05-23 [all 1 reports]

Readme for curlhs-0.1.6

[back to package description]

Network.CURL Hackage Build Status

Package curlhs provides a mid-level Haskell interface to libcurl, the multiprotocol file transfer library which powers the popular tool curl (please see http://curl.haxx.se/ for more info about curl and libcurl).

Documentation

More info about curlhs, such as tutorials or examples, may be found in the docs section. Please check out the short tutorial about installation and basic usage of curlhs and libcurl.

GA