pusher-http-haskell-0.2.1.0: Haskell client library for the Pusher HTTP API

Copyright(c) Will Sewell, 2015
LicenseMIT
Maintainerme@willsewell.com
Stabilityexperimental
Safe HaskellNone
LanguageHaskell2010

Control.Monad.Pusher.HTTP

Description

A typeclass for IO monads that can issue get and post requests. The intention is to use the IO instance in the main library, and a mock in the tests.

Synopsis

Documentation

class Monad m => MonadHTTP m where Source

These functions essentially abstract the corresponding functions from the Wreq library.