algebraic-graphs-io-0.4: I/O utilities and datasets for algebraic-graphs
Safe HaskellNone
LanguageHaskell2010

Algebra.Graph.IO.Internal.Conduit

Description

Miscellaneous conduit-related functionality

Networking, compression

Synopsis

Documentation

fetchTarGz Source #

Arguments

:: String

URL with the .tar.gz

-> FilePath

directory where to store archive contents

-> IO () 

Download, decompress and save a .tar.gz archive

unTarGz :: (PrimMonad m, MonadThrow m) => ConduitT ByteString TarChunk m () Source #

Decompress a .tar.gz stream

fetch :: MonadResource m => Request -> ConduitT i ByteString m () Source #

Download a file