Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
TD.Query.GetProxies
Synopsis
- data GetProxies = GetProxies
Documentation
data GetProxies Source #
Returns the list of proxies that are currently set up. Can be called before authorization. Returns Proxies
Constructors
GetProxies |
Instances
ToJSON GetProxies Source # | |
Defined in TD.Query.GetProxies Methods toJSON :: GetProxies -> Value # toEncoding :: GetProxies -> Encoding # toJSONList :: [GetProxies] -> Value # toEncodingList :: [GetProxies] -> Encoding # | |
Show GetProxies Source # | |
Defined in TD.Query.GetProxies Methods showsPrec :: Int -> GetProxies -> ShowS # show :: GetProxies -> String # showList :: [GetProxies] -> ShowS # | |
Eq GetProxies Source # | |
Defined in TD.Query.GetProxies | |
ShortShow GetProxies Source # | |
Defined in TD.Query.GetProxies Methods shortShow :: GetProxies -> String Source # |