Http
public enum Http
Constants related to HTTP calls
-
Standard HTTP scheme, expected scheme to be used for Predix Mobile requests.
Declaration
Swift
public static let scheme = "http" -
Standard secure HTTP scheme, alternative scheme that can be used for Predix Mobile requests.
Declaration
Swift
public static let schemeSecure = "https" -
Standard HTTP Version String
Declaration
Swift
public static let version = "HTTP/1.1" -
Declaration
Swift
public enum StatusCode: Int -
Standard HTTP Methods
See moreDeclaration
Swift
public enum Method: String
View on GitHub
Http Enumeration Reference