TD.Query.EditProxy
data EditProxy Source #
Edits an existing proxy server for network requests. Can be called before authorization. Returns AddedProxy
AddedProxy
Constructors
Fields
Proxy identifier
The new information about the proxy
Pass true to immediately enable the proxy
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 #