!1y,2      !"#$%&'()*+,-./01None27=>?@AHMSVXservant-clientClientM; is the monad in which client functions run. Contains the 2 and 3- used for requests in the reader environment.servant-client*The environment in which a request is run.servant-client smart constructor. servant-client/Generates a set of client functions for an API.Example: type API = Capture "no" Int :> Get '[JSON] Int :<|> Get '[JSON] [Bool] api :: Proxy API api = Proxy getInt :: Int -> ClientM Int getBools :: ClientM [Bool] getInt :<|> getBools = client api servant-clientChange the monad the client functions live in, by supplying a conversion function (a natural transformation to be precise).$For example, assuming you have some  manager :: Manager and  baseurl :: 3 around: type API = Get '[JSON] Int :<|> Capture "n" Int :> Post '[JSON] Int api :: Proxy API api = Proxy getInt :: IO Int postInt :: Int -> IO Int getInt :<|> postInt = hoistClient api (flip runClientM cenv) (client api) where cenv = mkClientEnv manager baseurlservant-client.Try clients in order, last error is preserved.   None*456789:;<=>?@ABCDEFGHIJKL3MNOPQR  None7=>?@AHMSVX+servant-clientClientM; is the monad in which client functions run. Contains the 2 and 3- used for requests in the reader environment.!servant-client/Generates a set of client functions for an API.Example: type API = Capture "no" Int :> Get '[JSON] Int :<|> Get '[JSON] [Bool] api :: Proxy API api = Proxy getInt :: Int -> ClientM Int getBools :: ClientM [Bool] getInt :<|> getBools = client api"servant-clientChange the monad the client functions live in, by supplying a conversion function (a natural transformation to be precise).$For example, assuming you have some  manager :: Manager and  baseurl :: 3 around: type API = Get '[JSON] Int :<|> Capture "n" Int :> Post '[JSON] Int api :: Proxy API api = Proxy getInt :: IO Int postInt :: Int -> IO Int getInt :<|> postInt = hoistClient api (flip runClientM cenv) (client api) where cenv = mkClientEnv manager baseurl$servant-clientA $ variant for streaming client.It allows using this module's  in a direct style. The SY constraint however prevents using this function with genuine streaming response types (SourceT, Conduit, pipes T or Machine). For those you have to use #.Note: we U] the result, so the likehood of accidentally leaking a connection is smaller. Use with care.)servant-client.Try clients in order, last error is preserved. !"#$%& !"#$%&None++456789:;<=>?@ABCDEFGHIJKL3MNOPQR!"#$ !#$"V        !"#$%&'()'*+'*,'*-'*.'*/'*/'01'02'03'04'05'06'78'79'7:'7;'7<'7='79'7>'(?'(@'(A'(B'(C'()'(D'(E'(F'(G'(HIJKLMNIJOP*servant-client-0.16-IDJGPnaEvR65TDLv4yVNFZ"Servant.Client.Internal.HttpClient,Servant.Client.Internal.HttpClient.StreamingServant.ClientServant.Client.StreamingClientM unClientM ClientEnvmanagerbaseUrl cookieJar mkClientEnvclient hoistClient runClientMperformRequestmkFailureResponseclientResponseToResponserequestToClientRequestcatchConnectionError$fRunClientClientM $fAltClientM$fMonadBaseControlIOClientM$fMonadBaseIOClientM$fFunctorClientM$fApplicativeClientM$fMonadClientM$fMonadIOClientM$fGenericClientM$fMonadReaderClientM$fMonadErrorClientM$fMonadThrowClientM$fMonadCatchClientM withClientMperformWithStreamingRequest$fRunStreamingClientClientM(http-client-0.6.2-KVYB2mOPRsaGfSWB8Zc8TyNetwork.HTTP.Client.TypesManager/servant-client-core-0.16-Ipva4EGoQ7tI6gyFRZGBPbServant.Client.Core.BaseUrlBaseUrlServant.Client.Core.HasClient HasClientClientclientWithRoutehoistClientMonad EmptyClientServant.Client.Core.ClientError ClientErrorFailureResponse DecodeFailureUnsupportedContentTypeInvalidContentTypeHeaderConnectionErrorServant.Client.Core.Response ResponseFResponseresponseHeaders responseBodyresponseStatusCoderesponseHttpVersionStreamingResponse parseBaseUrl showBaseUrlSchemeHttpHttps baseUrlScheme baseUrlHost baseUrlPort baseUrlPathInvalidBaseUrlExceptiondeepseq-1.4.4.0Control.DeepSeqNFDatabase Data.ProxyProxyforce