imm-1.6.0.0: Execute arbitrary callbacks for each element of RSS/Atom feeds

Safe HaskellNone
LanguageHaskell2010

Imm.HTTP

Contents

Description

HTTP module abstracts over HTTP requests to the external world.

This module follows the Handle pattern.

import qualified Imm.HTTP as HTTP
Synopsis

Types

newtype Handle m Source #

Handle to perform GET HTTP requests.

Constructors

Handle 

Fields

Primitives

get :: Monad m => Handle m -> Handle m -> URI -> m LByteString Source #

Simple wrapper around httpGet that also logs the requested URI.