Networking
-
A value that can be stored in a dictionary in the Shortcuts app.
See moreDeclaration
Swift
public enum DictionaryValueextension DictionaryValue: Encodableextension DictionaryValue: ExpressibleByArrayLiteralextension DictionaryValue: ExpressibleByBooleanLiteralextension DictionaryValue: ExpressibleByDictionaryLiteralextension DictionaryValue: ExpressibleByIntegerLiteralextension DictionaryValue: ExpressibleByFloatLiteralextension DictionaryValue: ExpressibleByStringLiteralextension DictionaryValue: ExpressibleByStringInterpolation -
An HTTP method used by
See moreGetContentsOfURL.Declaration
Swift
public enum HTTPMethod : String, Encodable -
The data sent as the message body of a request, such as for an HTTP POST request.
See moreSee
See Also:GetContentsOfURLDeclaration
Swift
public enum RequestBody
View on GitHub
Networking Reference