h$3      !"#$%&'()*+,-./012None 38>? servant-clientClientM; is the monad in which client functions run. Contains the 3 and 4- used for requests in the reader environment.servant-client2The environment in which a request is run. The  and  function are used to create a  http-client9 request. Cookies are then added to that request if a  CookieJar is set on the environment. Finally the request is executed with the  . The  function can be used to modify the request to execute and set values which are not specified on a servant 5 like responseTimeout or  redirectCountservant-client7this function can be used to customize the creation of  http-client requests from servant requests. Default value:  Note that: 1. 7 exists to allow overriding operational semantics e.g. responseTimeout per request, If you need global modifications, you should use managerModifyRequest 2. the %, if defined, is being applied after  is called. 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 :: 4 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 Create a  http-client 6 from a servant 5 The 7, 8 and 9 fields are extracted from the 4 otherwise the body, headers and query string are derived from the servant 5servant-client.Try clients in order, last error is preserved.   None /:;<=>?servant-clientClientM; is the monad in which client functions run. Contains the 3 and 4- 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 :: 4 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 [ constraint however prevents using this function with genuine streaming response types (SourceT, Conduit, pipes \ or Machine). For those you have to use $.Note: we ] the result, so the likelihood of accidentally leaking a connection is smaller. Use with care.'servant-clientTODO: support UVerb ( acceptStatus argument, like in & above).*servant-client.Try clients in order, last error is preserved.  !"#$%&' !"#$%&' None0:;<=>(:?(:@(AB(AC(AD(AE(AF(AG(AC(AH()I()J()K()L()M()*()N()O()P()Q()RSTUVWXSTY,servant-client-0.18.3-5gc5qIYFc6O7sHIbYg7Chf"Servant.Client.Internal.HttpClient,Servant.Client.Internal.HttpClient.StreamingServant.ClientServant.Client.StreamingClientM unClientM ClientEnvmanagerbaseUrl cookieJarmakeClientRequest mkClientEnvclient hoistClient runClientMperformRequestmkFailureResponseclientResponseToResponsedefaultMakeClientRequestcatchConnectionError$fRunClientClientM $fAltClientM$fMonadBaseControlIOClientM$fMonadBaseIOClientM$fFunctorClientM$fApplicativeClientM$fMonadClientM$fMonadIOClientM$fGenericClientM$fMonadReaderClientEnvClientM$fMonadErrorClientErrorClientM$fMonadThrowClientM$fMonadCatchClientM withClientMperformWithStreamingRequest$fRunStreamingClientClientM(http-client-0.7.8-61jdLQ04dXXELlRpcovlQnNetwork.HTTP.Client.TypesManager1servant-client-core-0.18.3-F1l0j6TclJx29RKUtVOsG6Servant.Client.Core.BaseUrlBaseUrlServant.Client.Core.RequestRequesthostpathport%servant-0.18.3-GUJwwHCYukAE9mgDRQwnapServant.API.UVerb.Union matchUnion foldMapUnionServant.Client.Core.HasClientClient HasClienthoistClientMonadclientWithRoute EmptyClientServant.Client.Core.ClientError ClientErrorConnectionErrorInvalidContentTypeHeaderUnsupportedContentTypeFailureResponse DecodeFailureServant.Client.Core.Response ResponseFResponseresponseHttpVersionresponseStatusCoderesponseHeaders responseBodyStreamingResponse parseBaseUrl showBaseUrlSchemeHttpHttps baseUrlPath baseUrlPort baseUrlScheme baseUrlHostInvalidBaseUrlExceptiondeepseq-1.4.4.0Control.DeepSeqNFDatabase Data.ProxyProxyforce