|
| Network.Curl.Easy | | Portability | portable | | Stability | provisional |
|
|
|
| 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 |
| Initialise a curl instance
|
|
| perform :: Curl -> IO CurlCode |
|
| setopt :: Curl -> CurlOption -> IO CurlCode |
|
| duphandle :: Curl -> IO Curl |
|
| reset :: Curl -> IO () |
|
| curl_global_init :: CInt -> IO CurlCode |
|
| curl_global_cleanup :: IO () |
|
| curl_version_number :: IO Int |
|
| curl_version_string :: IO String |
|
| Produced by Haddock version 2.5.0 |