configureUpgradableHTTPClientPipeline(configuration:)

    Configure a ChannelPipeline for use as an HTTP client.

    HTTPTypedPipelineSetup.swift:182
    iOS
    16+
    macOS
    13+
    tvOS
    16+
    watchOS
    9+
    func configureUpgradableHTTPClientPipeline<UpgradeResult>(configuration: NIOUpgradableHTTPClientPipelineConfiguration<UpgradeResult>) -> EventLoopFuture<EventLoopFuture<UpgradeResult>> where UpgradeResult : Sendable

    Parameters

    configuration

    The HTTP pipeline’s configuration.

    Returns

    An EventLoopFuture that will fire when the pipeline is configured. The future contains an EventLoopFuture that is fired once the pipeline has been upgraded or not and contains the UpgradeResult.

    Other members in extension

    Instance members