Back to Kitura

HTTPVersion

docs/Structs/HTTPVersion.html

3.0.1487 B
Original Source

HTTPVersion

public struct HTTPVersion

The version of HTTP protocol.

HTTP uses a “major.minor” numbering scheme to indicate versions of the protocol.

`

                major
                `

The “major” part of the protocol version.

Declaration

Swift

public let major: UInt16

`

                minor
                `

The “minor” part of the protocol version.

Declaration

Swift

public let minor: UInt16