DOC: config: also add arguments to the converters in the table

Now that dconv supports linking to keywords with arguments from tables,
let's mention the arguments in the summary table of converters.
This commit is contained in:
Willy Tarreau 2023-12-15 11:18:27 +01:00
parent 0d261dd13a
commit c5bde03a0a

View File

@ -18286,135 +18286,135 @@ bool) which make it possible to report a match without having to write an ACL.
The following keywords are supported: The following keywords are supported:
keyword input type output type keyword input type output type
------------------------------+----------------+------------ ------------------------------------------------+-------------+----------------
51d.single string string 51d.single(prop[,prop*]) string string
add integer integer add(value) integer integer
add_item string string add_item(delim,[var][,suff]]) string string
aes_gcm_dec binary binary aes_gcm_dec(bits,nonce,key,aead_tag) binary binary
and integer integer and(value) integer integer
b64dec string binary b64dec string binary
base64 binary string base64 binary string
be2dec binary string be2dec(separator,chunk_size,[truncate]) binary string
be2hex binary string be2hex([separator],[chunk_size],[truncate]) binary string
bool integer boolean bool integer boolean
bytes binary binary bytes(offset[,length]) binary binary
capture-req string string capture-req(id) string string
capture-res string string capture-res(id) string string
concat string string concat([start],[var],[end]) string string
cpl integer integer cpl integer integer
crc32 binary integer crc32([avalanche]) binary integer
crc32c binary integer crc32c([avalanche]) binary integer
cut_crlf string string cut_crlf string string
da-csv-conv string string da-csv-conv(prop[,prop*]) string string
debug any <same> debug([prefix][,destination]) any same
-- keyword -------------------+- input type ---+ output type -- -- keyword -------------------------------------+- input type + output type -
digest binary binary digest(algorithm) binary binary
div integer integer div(value) integer integer
djb2 binary integer djb2([avalanche]) binary integer
even integer boolean even integer boolean
field string string field(index,delimiters[,count]) string string
fix_is_valid binary boolean fix_is_valid binary boolean
fix_tag_value binary binary fix_tag_value(tag) binary binary
hex binary string hex binary string
hex2i binary integer hex2i binary integer
hmac binary binary hmac(algorithm,key) binary binary
host_only string string host_only string string
htonl integer integer htonl integer integer
http_date integer string http_date([offset],[unit]) integer string
iif boolean string iif(true,false) boolean string
in_table string boolean in_table(table) string boolean
ipmask address address ipmask(mask4,[mask6]) address address
json string string json([input-code]) string string
json_query string any json_query(json_path,[output_type]) string _outtype_
jwt_header_query string string jwt_header_query([json_path],[output_type]) string string
jwt_payload_query string string jwt_payload_query([json_path],[output_type]) string string
-- keyword -------------------+- input type ---+ output type -- -- keyword -------------------------------------+- input type + output type -
jwt_verify string integer jwt_verify(alg,key) string integer
language string string language(value[,default]) string string
length string integer length string integer
lower string string lower string string
ltime integer string ltime(format[,offset]) integer string
ltrim string string ltrim(chars) string string
map string string map(map_name[,default_value]) string string
map_<match> <match> string map_match(map_name[,default_value]) _match_ string
map_<match>_<output> <match> <output> map_match_output(map_name[,default_value]) _match_ _output_
mod integer integer mod(value) integer integer
mqtt_field_value binary binary mqtt_field_value(pkt_type,fieldname_or_prop_ID) binary binary
mqtt_is_valid bianry boolean mqtt_is_valid binary boolean
ms_ltime integer string ms_ltime(format[,offset]) integer string
ms_utime integer string ms_utime(format[,offset]) integer string
mul integer integer mul(value) integer integer
nbsrv string integer nbsrv string integer
neg integer integer neg integer integer
not integer boolean not integer boolean
odd integer boolean odd integer boolean
or integer integer or(value) integer integer
-- keyword -------------------+- input type ---+ output type -- -- keyword -------------------------------------+- input type + output type -
param string string param(name,[delim]) string string
port_only string integer port_only string integer
protobuf binary binary protobuf(field_number,[field_type]) binary binary
regsub string string regsub(regex,subst[,flags]) string string
rfc7239_field string string rfc7239_field(field) string string
rfc7239_is_valid string boolean rfc7239_is_valid string boolean
rfc7239_n2nn string address / string rfc7239_n2nn string address / str
rfc7239_n2np string integer / string rfc7239_n2np string integer / str
rtrim string string rtrim(chars) string string
sdbm binary integer sdbm([avalanche]) binary integer
secure_memcmp string boolean secure_memcmp(var) string boolean
set-var any <same> set-var(var[,cond...]) any same
sha1 binary binary sha1 binary binary
sha2 binary binary sha2([bits]) binary binary
srv_queue string integer srv_queue string integer
strcmp string boolean strcmp(var) string boolean
sub integer integer sub(value) integer integer
table_bytes_in_rate string integer table_bytes_in_rate(table) string integer
table_bytes_out_rate string integer table_bytes_out_rate(table) string integer
table_conn_cnt string integer table_conn_cnt(table) string integer
-- keyword -------------------+- input type ---+ output type -- -- keyword -------------------------------------+- input type + output type -
table_conn_cur string integer table_conn_cur(table) string integer
table_conn_rate string integer table_conn_rate(table) string integer
table_expire string integer table_expire(table[,default_value]) string integer
table_gpc string integer table_gpc(idx,table) string integer
table_gpc0 string integer table_gpc0(table) string integer
table_gpc0_rate string integer table_gpc0_rate(table) string integer
table_gpc1 string integer table_gpc1(table) string integer
table_gpc1_rate string integer table_gpc1_rate(table) string integer
table_gpc_rate string integer table_gpc_rate(idx,table) string integer
table_gpt string integer table_gpt(idx,table) string integer
table_gpt0 string integer table_gpt0(table) string integer
table_http_err_cnt string integer table_http_err_cnt(table) string integer
table_http_err_rate string integer table_http_err_rate(table) string integer
table_http_fail_cnt string integer table_http_fail_cnt(table) string integer
table_http_fail_rate string integer table_http_fail_rate(table) string integer
table_http_req_cnt string integer table_http_req_cnt(table) string integer
table_http_req_rate string integer table_http_req_rate(table) string integer
table_idle string integer table_idle(table[,default_value]) string integer
table_kbytes_in string integer table_kbytes_in(table) string integer
-- keyword -------------------+- input type ---+ output type -- -- keyword -------------------------------------+- input type + output type -
table_kbytes_out string integer table_kbytes_out(table) string integer
table_server_id string integer table_server_id(table) string integer
table_sess_cnt string integer table_sess_cnt(table) string integer
table_sess_rate string integer table_sess_rate(table) string integer
table_trackers string integer table_trackers(table) string integer
ub64dec string string ub64dec string string
ub64enc string string ub64enc string string
ungrpc binary binary / integer ungrpc(field_number,[field_type]) binary binary / int
unset-var any <same> unset-var(var) any same
upper string string upper string string
url_dec string string url_dec([in_form]) string string
url_enc string string url_enc([enc_type]) string string
us_ltime integer string us_ltime(format[,offset]) integer string
us_utime integer string us_utime(format[,offset]) integer string
utime integer string utime(format[,offset]) integer string
word string string word(index,delimiters[,count]) string string
wt6 binary integer wt6([avalanche]) binary integer
x509_v_err_str integer string x509_v_err_str integer string
xor integer integer xor(value) integer integer
-- keyword -------------------+- input type ---+ output type -- -- keyword -------------------------------------+- input type + output type -
xxh3 binary integer xxh3([seed]) binary integer
xxh32 binary integer xxh32([seed]) binary integer
xxh64 binary integer xxh64([seed]) binary integer
The detailed list of converter keywords follows: The detailed list of converter keywords follows: