named-servant-client-0.3.1: client support for named-servant
Safe HaskellNone
LanguageHaskell2010

Servant.Client.Record

Description

  • - | This module just exports orphan instances to make named-servant work with clients. See that package for documentation.

Orphan instances

(RunClient m, Generic a, GHasClient m (Rep a) api) => HasClient m (RecordParam a :> api) Source # 
Instance details

Associated Types

type Client m (RecordParam a :> api) #

Methods

clientWithRoute :: Proxy m -> Proxy (RecordParam a :> api) -> Request -> Client m (RecordParam a :> api) #

hoistClientMonad :: Proxy m -> Proxy (RecordParam a :> api) -> (forall x. mon x -> mon' x) -> Client mon (RecordParam a :> api) -> Client mon' (RecordParam a :> api) #