curl-1.3.8: Haskell binding to libcurl

Portabilityportable
Stabilityprovisional
MaintainerSigbjorn Finne <sof@galois.com>
Safe HaskellNone

Network.Curl.Info

Description

Accessing the properties of a curl handle's current state/request.

Documentation

data InfoValue

Constructors

IString String 
ILong Long 
IDouble Double 
IList [String] 

Instances

Show InfoValue