Required Instance Propertyswift-nio 2.72.0NIOHTTP1

    requiredUpgradeHeaders

    All the header fields the protocol needs in the request to successfully upgrade. These header fields will be provided to the handler when it is asked to handle the upgrade. They will also be validated against the inbound request’s Connection header field.

    HTTPServerUpgradeHandler.swift:38
    var requiredUpgradeHeaders: [String] { get }

    Other requirements

    Instance members