curl-1.3.8: Haskell binding to libcurl
Copyright(c) 2007-2009 Galois Inc
LicenseBSD3
MaintainerSigbjorn Finne <sof@galois.com>
Stabilityprovisional
Portabilityportable
Safe HaskellSafe-Inferred
LanguageHaskell98

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

Instances details
Show InfoValue # 
Instance details

Defined in Network.Curl.Info

Methods

showsPrec :: Int -> InfoValue -> ShowS

show :: InfoValue -> String

showList :: [InfoValue] -> ShowS