Static Propertyswift-nio 2.81.0NIOHTTP1
writingToHandlerDuringUpgrade
NIOHTTPClientUpgradeHandler.swift:40static let writingToHandlerDuringUpgrade: NIOHTTPClientUpgradeError
static let writingToHandlerDuringUpgrade: NIOHTTPClientUpgradeError
s8NIOHTTP125NIOHTTPClientUpgradeErrorV022writingToHandlerDuringC0ACvpZ
What are these?8I20P
import NIOHTTP1
struct NIOHTTPClientUpgradeError
Errors that may be raised by the HTTPClientProtocolUpgrader
.
static let invalidHTTPOrdering: NIOHTTPClientUpgradeError
static let receivedResponseAfterUpgradeCompleted: NIOHTTPClientUpgradeError
static let receivedResponseBeforeRequestSent: NIOHTTPClientUpgradeError
static let responseProtocolNotFound: NIOHTTPClientUpgradeError
static let upgraderDeniedUpgrade: NIOHTTPClientUpgradeError
static let writingToHandlerAfterUpgradeCompleted: NIOHTTPClientUpgradeError
static let writingToHandlerAfterUpgradeFailed: NIOHTTPClientUpgradeError
var description: String { get }