hbro-contrib-1.4.0.0: Third-party extensions to hbro.

Safe HaskellNone
LanguageHaskell98

Hbro.Download

Documentation

aria

Arguments

:: ControlIO m 
=> FilePath

Destination directory

-> URI

URI to download

-> Text

Destination file name

-> m () 

wget

Arguments

:: ControlIO m 
=> FilePath

Destination directory

-> URI

URI to download

-> Text

Destination file name

-> m () 

axel

Arguments

:: ControlIO m 
=> FilePath

Destination directory

-> URI

URI to download

-> Text

Destination file name

-> m () 

downloadWith :: ControlIO m => Text -> [Text] -> Text -> m ()