curl-1.3.8: Haskell binding to libcurl

Copyright(c) Galois Inc 2007-2009
LicenseMaintainer: Sigbjorn Finne <sof@galois.com>
Stabilityprovisional
Portabilityportable
Safe HaskellSafe
LanguageHaskell98

Network.Curl.Easy

Description

Haskell binding to the libcurl http://curl.haxx.se/ "easy" API. The "easy" API provides a higher-level, easy-to-get-started calling interface to the library's wide range of features for interacting with HTTP/FTP/etc servers.

Synopsis

Documentation

initialize :: IO Curl Source

Initialise a curl instance

reset :: Curl -> IO () Source