Difference between revisions of "Network.Curl"

From HaskellWiki
Jump to navigation Jump to search
Line 1: Line 1:
 
   
 
This page collections documentation and examples about the library
 
This page collections documentation and examples about the library
Line 16: Line 15:
 
<li>[http://blog.tupil.com/a-small-mashup-of-upcoming-and-lastfm-in-haskell/ A small mashup of Upcoming and Last.fm, in Haskell]</li>
 
<li>[http://blog.tupil.com/a-small-mashup-of-upcoming-and-lastfm-in-haskell/ A small mashup of Upcoming and Last.fm, in Haskell]</li>
 
</ul>
 
</ul>
  +
  +
[[Category:Packages]]

Revision as of 17:11, 11 June 2008

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