Network.Curl
From HaskellWiki
Revision as of 06:07, 25 June 2008 by DonStewart (talk | contribs)
This page collections documentation and examples about the library Network.Curl, (docs) a curl binding for Haskell, developed at Galois, Inc.
Trivial Use
$ ghci Prelude> :m Network.Curl Prelude Network.Curl> let html = curlGetString "http://www.haskell.org/" []
External Examples and Tutorials
- A small example using the feed library, to simplify RSS parsing.