servant-rate-limit-0.1.0.0: Rate limiting for Servant
Safe HaskellNone
LanguageHaskell2010

Servant.RateLimit.Client

Orphan instances

HasClient m api => HasClient m (RateLimit st p :> api) Source # 
Instance details

Associated Types

type Client m (RateLimit st p :> api) #

Methods

clientWithRoute :: Proxy m -> Proxy (RateLimit st p :> api) -> Request -> Client m (RateLimit st p :> api) #

hoistClientMonad :: Proxy m -> Proxy (RateLimit st p :> api) -> (forall x. mon x -> mon' x) -> Client mon (RateLimit st p :> api) -> Client mon' (RateLimit st p :> api) #