forceHttp11Action

Description

Force the connection between fluxzy and remote to be HTTP/1.1. This value is enforced by ALPN settings set during the SSL/Handshake handshake.

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

forceHttp11Action

Settings

This action has no specific characteristic

Example of usage

The following examples apply this action to any exchanges

Force the connection between fluxzy and remote to be HTTP/1.1. This value is enforced by ALPN settings set during the SSL/Handshake handshake.

rules:
- filter:
    typeKind: AnyFilter
  actions:
  - typeKind: ForceHttp11Action

.NET reference

View definition of ForceHttp11Action for .NET integration.

See also

The following actions are related to this action:


Go back to list