TD.Data.Proxies
data Proxies Source #
Constructors
Represents a list of proxy servers
Fields
List of proxy servers
Defined in TD.Data.Proxies
Methods
parseJSON :: Value -> Parser Proxies #
parseJSONList :: Value -> Parser [Proxies] #
showsPrec :: Int -> Proxies -> ShowS #
show :: Proxies -> String #
showList :: [Proxies] -> ShowS #
(==) :: Proxies -> Proxies -> Bool #
(/=) :: Proxies -> Proxies -> Bool #
shortShow :: Proxies -> String Source #