Major

public enum Major : Int

Represents a major HTTP version.

  • one

    The first major HTTP version.

    Declaration

    Swift

    case one = 1
  • two

    The second major HTTP version.

    Declaration

    Swift

    case two