Copyright | (c) Will Sewell, 2015 |
---|---|
License | MIT |
Maintainer | [email protected] |
Stability | experimental |
Safe Haskell | None |
Language | Haskell2010 |
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.