]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: httpclient: split the CLI from the actual httpclient API
authorWilliam Lallemand <wlallemand@haproxy.com>
Tue, 1 Jul 2025 13:03:46 +0000 (15:03 +0200)
committerWilliam Lallemand <wlallemand@haproxy.com>
Tue, 1 Jul 2025 13:46:04 +0000 (15:46 +0200)
commit2f4219ed68e9f050add14004720fccc92118daf5
treeb42c92d777db7ac334a26f80cab5c319d7317b6d
parent149f6a4879ec6c42afc88fa54178906a96bc72cc
MEDIUM: httpclient: split the CLI from the actual httpclient API

This patch split the httpclient code to prevent confusion between the
httpclient CLI command and the actual httpclient API.

Indeed there was a confusion between the flag used internally by the
CLI command, and the actual httpclient API.

hc_cli_* functions as well as HC_C_F_* defines were moved to
httpclient_cli.c.
Makefile
include/haproxy/http_client-t.h
src/http_client.c
src/httpclient_cli.c [new file with mode: 0644]