| Safe Haskell | Safe-Inferred |
|---|---|
| Language | GHC2021 |
TD.Query.RemoveProxy
Synopsis
- data RemoveProxy = RemoveProxy {}
Documentation
data RemoveProxy Source #
Removes a proxy server. Can be called before authorization. Returns Ok
Constructors
| RemoveProxy | |
Instances
| ToJSON RemoveProxy Source # | |
Defined in TD.Query.RemoveProxy Methods toJSON :: RemoveProxy -> Value # toEncoding :: RemoveProxy -> Encoding # toJSONList :: [RemoveProxy] -> Value # toEncodingList :: [RemoveProxy] -> Encoding # | |
| Show RemoveProxy Source # | |
Defined in TD.Query.RemoveProxy Methods showsPrec :: Int -> RemoveProxy -> ShowS # show :: RemoveProxy -> String # showList :: [RemoveProxy] -> ShowS # | |
| Eq RemoveProxy Source # | |
Defined in TD.Query.RemoveProxy | |
| ShortShow RemoveProxy Source # | |
Defined in TD.Query.RemoveProxy Methods shortShow :: RemoveProxy -> String Source # | |