!A$<3      !"#$%&'()*+,-./012None27=>?@AHMSVX"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  CookieJarH is set on the environment. Finally the request is executed with the  . The f 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. responseTimeoutI 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 4G otherwise the body, headers and query string are derived from the servant 5servant-client.Try clients in order, last error is preserved.   None#,:;<=>?@ABCDEFGHIJKLMNOPQR4STUVWX    None7=>?@AHMSVX:Zservant-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 YY constraint however prevents using this function with genuine streaming response types (SourceT, Conduit, pipes Z 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-client.Try clients in order, last error is preserved.  !"#$%&' !"#$%&' None;(-:;<=>?@ABCDEFGHIJKLMNOPQR4STUVWX "#$% "$% #\      ! "#$%&'()*(+,%&,%&-%&.%&/(01(02(03(04(05(05(67(68(69(6:(6;(6<(=>(=?(=@(=A(=B(=C(=?(=D()E()F()G()H()I()*()J()K()L()M()NOPQRSTOPUV*servant-client-0.18-54WMdzLJcFa5JQvOdSYUjQ"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$fMonadReaderClientM$fMonadErrorClientM$fMonadThrowClientM$fMonadCatchClientM withClientMperformWithStreamingRequest$fRunStreamingClientClientM*http-client-0.6.4.1-KrnJsQkAqSuEAdZ9oxicwnNetwork.HTTP.Client.TypesManager/servant-client-core-0.18-72ZN4sNAvvr1KrsEqUyc0UServant.Client.Core.BaseUrlBaseUrlServant.Client.Core.RequestRequesthostpathportServant.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