Copyright | (c) 2016 Owain Lewis |
---|---|
License | BSD-style |
Maintainer | owain@owainlewis.com |
Stability | experimental |
Portability | GHC |
Safe Haskell | None |
Language | Haskell2010 |
A transformation layer between Dispatch types and http client
- toRequest :: HTTPRequest -> IO Request
- runRequest :: Runnable a => a -> IO HTTPResponse
- class Runnable a where
Documentation
toRequest :: HTTPRequest -> IO Request Source #
Transforms a dispatch request into a low level http-client request
runRequest :: Runnable a => a -> IO HTTPResponse Source #
class Runnable a where Source #
runRequest, runRequestWithSettings
runRequest :: a -> IO HTTPResponse Source #