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 2:;<=>?@>ABCDEFGHIJKLMNOPQRSTUVW4XYZ[\]    None8>?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.  !"#$%&' !"#$%&' None3:;<=>?@>ABCDEFGHIJKLMNOPQRSTUVW4XYZ[\] "#$% "$% #      ! "#$%&'()*(+,%&,%&-%&.%&/012013(45(46(47(48(49(4:(4;(4;(4<(=>(=?(=@(=A(=B(=C(DE(DF(DG(DH(DI(DJ(DF(DK()L()M()N()O()P()*()Q()R()S()T()UVWXYZ[VW\*servant-client-0.19-4XfiUnw8phL3FN0CLXBM6o"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.10-1kEeKgELtOkGGs0vQQzfwiNetwork.HTTP.Client.TypesManager/servant-client-core-0.19-6DHTpk5JwtP8ZD0W6EOCwyServant.Client.Core.BaseUrlBaseUrlServant.Client.Core.RequestRequesthostpathport#servant-0.19-KR5MGMkCgzD3mkDu6Wi5UgServant.API.UVerb.Union matchUnion foldMapUnionServant.Client.Core.HasClient/://Client HasClienthoistClientMonadclientWithRoute EmptyClient AsClientTServant.Client.Core.ClientError ClientErrorConnectionErrorInvalidContentTypeHeaderUnsupportedContentTypeFailureResponse DecodeFailureServant.Client.Core.Response ResponseFResponseresponseHttpVersionresponseStatusCoderesponseHeaders responseBodyStreamingResponse parseBaseUrl showBaseUrlSchemeHttpHttps baseUrlPath baseUrlPort baseUrlScheme baseUrlHostInvalidBaseUrlExceptiondeepseq-1.4.4.0Control.DeepSeqNFDatabase Data.ProxyProxyforce