Network.Curl
From HaskellWiki
(Difference between revisions)
| Line 1: | Line 1: | ||
| - | + | ||
This page collections documentation and examples about the library | This page collections documentation and examples about the library | ||
Revision as of 15:42, 11 June 2008
This page collections documentation and examples about the library
Network.Curl, (docs) a curl binding for Haskell,
developed at Galois, Inc.
1 Trivial Use
$ ghci Prelude> :m Network.Curl Prelude Network.Curl> let html = curlGetString "http://www.haskell.org/" []
