forceHttp2Action

Description

Forces the connection between fluxzy and remote to be HTTP/2.0. This value is enforced when setting up ALPN settings during SSL/TLS negotiation.
The exchange will break if the remote does not support HTTP/2.0.
This action will be ignored when the communication is clear (h2c not supported).

Evaluation scope

Evaluation scope defines the timing where this filter will be applied.

onAuthorityReceived This scope denotes the moment fluxzy is aware the destination authority. In a regular proxy connection, it will occur the moment where fluxzy parsed the CONNECT request.

YAML configuration name

forceHttp2Action

Settings

This action has no specific characteristic

Example of usage

The following examples apply this action to any exchanges

Forces the connection between fluxzy and remote to be HTTP/2.0. This value is enforced when setting up ALPN settings during SSL/TLS negotiation.
The exchange will break if the remote does not support HTTP/2.0.
This action will be ignored when the communication is clear (h2c not supported).

rules:
- filter:
    typeKind: AnyFilter
  actions:
  - typeKind: ForceHttp2Action

.NET reference

View definition of ForceHttp2Action for .NET integration.

See also

The following actions are related to this action:


Go back to list