Network.Curl
From HaskellWiki
(Difference between revisions)
(Category:Web) |
|||
| Line 19: | Line 19: | ||
[[Category:Packages]] | [[Category:Packages]] | ||
| + | [[Category:Web]] | ||
Revision as of 16:36, 28 November 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/" []
2 External Examples and Tutorials
- A small example using the feed library, to simplify RSS parsing.
