curl-1.3.5: Haskell binding to libcurlContentsIndex
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
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
show/hide Instances
data InfoValue
Constructors
IString String
ILong Long
IDouble Double
IList [String]
show/hide Instances
getInfo :: Curl -> Info -> IO InfoValue
Produced by Haddock version 2.5.0