Enumerationswift-nio 2.72.0NIOHTTP1
HTTPServerUpgradeEvents
User events that may be fired by the HTTPServerProtocolUpgrader
.
enum HTTPServerUpgradeEvents
Cases
case upgradeComplete(toProtocol: String, upgradeRequest: HTTPRequestHead)
Fired when HTTP upgrade has completed and the
HTTPServerProtocolUpgrader
is about to remove itself from theChannelPipeline
.
Citizens in NIOHTTP1
Conformances
protocol Sendable
A type whose values can safely be passed across concurrency domains by copying.