forceHttp2Action

Description

<<<<<<< HEAD Force 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).

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).

b5d51bd2a3f1870beb9607eaba46ac93d959bb15

Evaluation scope

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

{.alert .alert-info} ::: 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

<<<<<<< HEAD Force 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).

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).

b5d51bd2a3f1870beb9607eaba46ac93d959bb15

rules:
- filter:
    typeKind: AnyFilter
  actions:
  - typeKind: ForceHttp2Action
<<<<<<< HEAD
    noEditableSetting: true
=======
>>>>>>> b5d51bd2a3f1870beb9607eaba46ac93d959bb15

.NET reference

View definition of ForceHttp2Action for .NET integration.

See also

The following actions are related to this action:

b5d51bd2a3f1870beb9607eaba46ac93d959bb15