haproxy/reg-tests/connection
Amaury Denoyelle 86e5c607d1 MINOR: rhttp: mark reverse HTTP as experimental
Mark the reverse HTTP feature as experimental. This will allow to adjust
if needed the configuration mechanism with future developments without
maintaining retro-compatibility.

Concretely, each config directives linked to it now requires to specify
first global expose-experimental-directives before. This is the case for
the following directives :
- rhttp@ prefix uses in bind and server lines
- nbconn bind keyword
- attach-srv tcp rule

Each documentation section refering to these keywords are updated to
highlight this new requirement.

Note that this commit has duplicated on several places the code from the
global function check_kw_experimental(). This is because the latter only
work with cfg_keyword type. This is not adapted with bind_kw or
action_kw types. This should be improve in a future patch.
2023-11-30 15:04:27 +01:00
..
ca-auth.crt
cli_src_dst.vtc
client1.pem
common.pem
dispatch.vtc
http_reuse_aggressive.vtc
http_reuse_always.vtc
http_reuse_be_transparent.vtc REGTESTS: connection: disable http_reuse_be_transparent.vtc if !TPROXY 2023-11-24 16:27:55 +01:00
http_reuse_conn_hash.vtc
http_reuse_dispatch.vtc
http_reuse_never.vtc
http_reuse_safe.vtc
proxy_protocol_random_fail.vtc
proxy_protocol_send_generic.vtc CLEANUP: assorted typo fixes in the code and comments 2023-11-23 16:23:14 +01:00
proxy_protocol_send_unique_id.vtc
proxy_protocol_send_unique_id_alpn.vtc
proxy_protocol_tlv_validation.vtc
reverse_connect_full.vtc MINOR: rhttp: mark reverse HTTP as experimental 2023-11-30 15:04:27 +01:00
reverse_server.vtc MINOR: rhttp: mark reverse HTTP as experimental 2023-11-30 15:04:27 +01:00
reverse_server_name.vtc MINOR: rhttp: mark reverse HTTP as experimental 2023-11-30 15:04:27 +01:00
tcp_to_http_upgrade.vtc