Required Instance Methodswift-nio 2.72.0NIOHTTP1

    upgrade(context:upgradeResponse:)

    Called when the upgrade response has been flushed. At this time it is safe to mutate the channel pipeline to add whatever channel handlers are required. Until the returned EventLoopFuture succeeds, all received data will be buffered.

    NIOHTTPClientUpgradeHandler.swift:81
    func upgrade(context: ChannelHandlerContext, upgradeResponse: HTTPResponseHead) -> EventLoopFuture<Void>

    Other requirements

    Instance members