haskell-proxy-list-0.0.1: Simple library for retrieving proxy servers info from https://proxy-list.org
HTTP.ThirdParty.ProxyList
getProxyList :: Bool -> IO [(String, Int)] Source #
randomProxy :: [(String, Int)] -> IO (String, Int) Source #