cabal-install-3.10.2.1: The command-line interface for Cabal and Hackage.
Safe HaskellNone
LanguageHaskell2010

Distribution.Client.HttpUtils

Description

Separate module for HTTP actions, using a proxy server if one exists.

Synopsis

Documentation

data HttpTransport #

Constructors

HttpTransport 

Fields

type HttpCode = Int #

downloadURI #

Arguments

:: HttpTransport 
-> Verbosity 
-> URI

What to download

-> FilePath

Where to put it

-> IO DownloadResult 

isOldHackageURI :: URI -> Bool #

Utility function for legacy support.