imm-1.3.0.0: Execute arbitrary actions for each unread element of RSS/Atom feeds

Safe HaskellNone
LanguageHaskell98

Imm.HTTP.Simple

Contents

Description

Implementation of Imm.HTTP based on Network.HTTP.Client.

Synopsis

Documentation

defaultManager :: IO Manager Source #

Default manager uses TLS and no proxy

Orphan instances

MonadHttpClient (ReaderT * Manager IO) Source #

Monad capable of performing HTTP GET requests.