-- Hoogle documentation, generated by Haddock -- See Hoogle, http://www.haskell.org/hoogle/ -- | Simple library for retrieving proxy servers info from https://proxy-list.org -- -- Simple library for retrieving proxy servers info from -- https://proxy-list.org @package haskell-proxy-list @version 0.0.1 module HTTP.ThirdParty.ProxyList getProxyList :: Bool -> IO [(String, Int)] randomProxy :: [(String, Int)] -> IO (String, Int)