Copyright | (c) 2019-2021 Vaclav Svejcar |
---|---|
License | BSD-3-Clause |
Maintainer | vaclav.svejcar@gmail.com |
Stability | experimental |
Portability | POSIX |
Safe Haskell | None |
Language | Haskell2010 |
Module providing support to perform selected network IO operations, such as downloading file content, etc.
Type Aliases
type DownloadContentFn m Source #
Type of a function that returns content of remote resource.
Polymorphic Record
Polymorphic record of functions performing network IO operations.
Network | |
|
mkNetwork :: MonadIO m => Network m Source #
Constructs new Network
that performs real network IO operations.