graphql-engine-1.0.0: GraphQL API over Postgres
Safe HaskellNone
LanguageHaskell2010

Network.HTTP.Client.CreateManager

Synopsis

Documentation

mkHttpManager :: IO [TlsAllow] -> Blocklist -> IO Manager Source #

This mkHttpManager function takes a mechanism for finding the current allowlist, | Thus allowing it to be coupled from any ref type such as SchemaCacheRef. | A mechanism to block IPs (both IPv4 and IPv6) has also been added to it.