Instance Propertyswift-nio 2.72.0NIOHTTP1
description
HTTPTypes.swift:1335var description: String { get }
Other members in extension
Type members
init(version: HTTPVersion, status: HTTPResponseStatus, headers: HTTPHeaders
) Create a
HTTPResponseHead
static func == (lhs: HTTPResponseHead, rhs: HTTPResponseHead
) -> Bool
Instance members
var headers: HTTPHeaders
The HTTP headers on this response.
var isKeepAlive: Bool
Whether this HTTP response is a keep-alive request: that is, whether the connection should remain open after the request is complete.
var status: HTTPResponseStatus
The HTTP response status.
var version: HTTPVersion
The HTTP version that corresponds to this response.