darcs-2.16.5: a distributed, interactive, smart revision control system
Copyright2008 Dmitry Kurochkin <dmitry.kurochkin@gmail.com>
LicenseGPL
Maintainerdarcs-devel@darcs.net
Stabilityexperimental
Portabilityportable
Safe HaskellSafe-Inferred
LanguageHaskell2010

Darcs.Util.Download

Description

 
Synopsis

Documentation

data Cachable #

Constructors

Cachable 
Uncachable 
MaxAge !CInt 

Instances

Instances details
Show Cachable # 
Instance details

Defined in Darcs.Util.Download.Request

Eq Cachable # 
Instance details

Defined in Darcs.Util.Download.Request

data ConnectionError #

Data type to represent a connection error. The following are the codes from libcurl which map to each of the constructors: * 6 -> CouldNotResolveHost : The remote host was not resolved. * 7 -> CouldNotConnectToServer : Failed to connect() to host or proxy. * 28 -> OperationTimeout: the specified time-out period was reached.