curl-1.3.5: Haskell binding to libcurlSource codeContentsIndex
Network.Curl.Info
Portabilityportable
Stabilityprovisional
MaintainerSigbjorn Finne <sof@galois.com>
Description
Accessing the properties of a curl handle's current state/request.
Documentation
data Info Source
Constructors
EffectiveUrl
ResponseCode
TotalTime
NameLookupTime
ConnectTime
PreTransferTime
SizeUpload
SizeDownload
SpeedDownload
SpeedUpload
HeaderSize
RequestSize
SslVerifyResult
Filetime
ContentLengthDownload
ContentLengthUpload
StartTransferTime
ContentType
RedirectTime
RedirectCount
Private
HttpConnectCode
HttpAuthAvail
ProxyAuthAvail
OSErrno
NumConnects
SslEngines
CookieList
LastSocket
FtpEntryPath
data InfoValue Source
Constructors
IString String
ILong Long
IDouble Double
IList [String]
getInfo :: Curl -> Info -> IO InfoValueSource
Produced by Haddock version 2.6.0