TD.Query.AddProxy
data AddProxy Source #
Adds a proxy server for network requests. Can be called before authorization. Returns Proxy
Proxy
Constructors
Fields
Proxy server domain or IP address
Proxy server port
Pass true to immediately enable the proxy
Proxy type
Defined in TD.Query.AddProxy
Methods
toJSON :: AddProxy -> Value #
toEncoding :: AddProxy -> Encoding #
toJSONList :: [AddProxy] -> Value #
toEncodingList :: [AddProxy] -> Encoding #
showsPrec :: Int -> AddProxy -> ShowS #
show :: AddProxy -> String #
showList :: [AddProxy] -> ShowS #
(==) :: AddProxy -> AddProxy -> Bool #
(/=) :: AddProxy -> AddProxy -> Bool #
shortShow :: AddProxy -> String Source #
defaultAddProxy :: AddProxy Source #