Table of Contents

Class ServeHttp11Action

Namespace
Fluxzy.Rules.Actions
Assembly
Fluxzy.Core.dll

Force the downstream connection (client-to-proxy) to use HTTP/1.1 by only advertising HTTP/1.1 during ALPN negotiation, even when the global ServeH2 option is enabled.

[ActionMetadata("Force the downstream connection (client-to-proxy) to use HTTP/1.1. When the global ServeH2 option is enabled, this action overrides it for matched exchanges by only advertising HTTP/1.1 during ALPN negotiation with the client.")]
public class ServeHttp11Action : Action
Inheritance
ServeHttp11Action
Inherited Members

Properties

ActionScope

public override FilterScope ActionScope { get; }

Property Value

FilterScope

DefaultDescription

public override string DefaultDescription { get; }

Property Value

string

Methods

GetExamples()

public override IEnumerable<ActionExample> GetExamples()

Returns

IEnumerable<ActionExample>

InternalAlter(ExchangeContext, Exchange?, Connection?, FilterScope, BreakPointManager)

public override ValueTask InternalAlter(ExchangeContext context, Exchange? exchange, Connection? connection, FilterScope scope, BreakPointManager breakPointManager)

Parameters

context ExchangeContext
exchange Exchange
connection Connection
scope FilterScope
breakPointManager BreakPointManager

Returns

ValueTask