Safe Haskell | None |
---|---|
Language | Haskell2010 |
Synopsis
- client :: HasClient (Free ClientF) api => Proxy api -> Client (Free ClientF) api
- data ClientF a
- = RunRequest Request (Response -> a)
- | Throw ClientError
- module Servant.Client.Core.Reexport
Documentation
RunRequest Request (Response -> a) | |
Throw ClientError |
module Servant.Client.Core.Reexport