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