TD.Data.Proxy
data Proxy Source #
Constructors
Contains information about a proxy server
Fields
Unique identifier of the proxy
Proxy server domain or IP address
Proxy server port
Point in time (Unix timestamp) when the proxy was last used; 0 if never
True, if the proxy is enabled now
Type of the proxy
Defined in TD.Data.Proxy
Methods
parseJSON :: Value -> Parser Proxy #
parseJSONList :: Value -> Parser [Proxy] #
showsPrec :: Int -> Proxy -> ShowS #
show :: Proxy -> String #
showList :: [Proxy] -> ShowS #
(==) :: Proxy -> Proxy -> Bool #
(/=) :: Proxy -> Proxy -> Bool #
shortShow :: Proxy -> String Source #