Static Propertyswift-nio 2.81.0NIOHTTP1
http1_1
HTTP/1.1
static let http1_1: HTTPVersion
HTTP/1.1
static let http1_1: HTTPVersion
import NIOHTTP1
struct HTTPVersion
A structure representing a HTTP version.
init(major: Int, minor: Int)
Create a HTTP version.
static let http0_9: HTTPVersion
HTTP/0.9 (not supported by SwiftNIO)
static let http1_0: HTTPVersion
HTTP/1.0
static let http2: HTTPVersion
HTTP/2
static let http3: HTTPVersion
HTTP/3
var description: String { get }
var major: Int { get set }
The major version number.
var minor: Int { get set }
The minor version number.