RequestOption
public enum RequestOption
Enum of the different option types: bool, string and bytes
-
Undocumented
Declaration
Swift
case bool(Bool)
-
Undocumented
Declaration
Swift
case string(String)
-
Undocumented
Declaration
Swift
case bytes(Data)