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"
  • HTTP Status Codes

    See more

    Declaration

    Swift

    public enum StatusCode: Int
  • Standard HTTP Methods

    See more

    Declaration

    Swift

    public enum Method: String