Http
public enum Http
Constants related to HTTP calls
-
Standard HTTP scheme, expected scheme to be used for Predix Sync requests.
Declaration
Swift
public static let scheme = "http"
-
Standard secure HTTP scheme, alternative scheme that can be used for Predix Sync requests.
Declaration
Swift
public static let schemeSecure = "https"
-
Standard HTTP Version String
Declaration
Swift
public static let version = "HTTP/1.1"
-
Declaration
Swift
public struct StatusCode: RawRepresentable, Equatable, Hashable
-
Standard HTTP Methods
See moreDeclaration
Swift
public struct Method: RawRepresentable, Equatable, Hashable