Instance Propertyswift-nio 2.72.0NIOHTTP1
description
HTTPTypes.swift:1329var description: String { get }
Other members in extension
Type members
init(statusCode: Int, reasonPhrase: String
) Initialize a
HTTPResponseStatus
from a given status and reason.
Instance members
var code: UInt
The numerical status code for a given HTTP response status.
var mayHaveResponseBody: Bool
Whether responses with this status code may have a response body.
var reasonPhrase: String
The string reason phrase for a given HTTP response status.