]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: arg: add an argument type for identifier
authorDragan Dosen <ddosen@haproxy.com>
Thu, 17 Oct 2024 08:59:01 +0000 (10:59 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 18 Oct 2024 12:30:24 +0000 (14:30 +0200)
commitf33e9079a93ce0a22954b9423657524e81d852e8
treeb537e59280f7844c473ae6a2a4fd30d84498901b
parent40ab88899cff8c4bcf667380b027ca6aefd4ce6d
MINOR: arg: add an argument type for identifier

The ARGT_ID argument type may now be used to set a custom resolve
function in order to help resolve the argument string value. If the
custom resolve function is not set, the behavior is the same as of
type ARGT_STR.
include/haproxy/arg-t.h
src/arg.c
src/sample.c