mirror of
https://github.com/haproxy/haproxy.git
synced 2026-04-21 14:17:30 -04:00
DOC: map_beg was missing from the table of map_* converters
This commit is contained in:
parent
ccfccefb80
commit
787a4c025f
1 changed files with 2 additions and 0 deletions
|
|
@ -9689,6 +9689,8 @@ map_<match_type>_<output_type>(<map_file>[,<default_value>])
|
|||
input type | match method | output type str | output type int | output type ip
|
||||
-----------+--------------+-----------------+-----------------+---------------
|
||||
str | str | map_str | map_str_int | map_str_ip
|
||||
-----------+--------------+-----------------+-----------------+---------------
|
||||
str | beg | map_beg | map_beg_int | map_end_ip
|
||||
-----------+--------------+-----------------+-----------------+---------------
|
||||
str | sub | map_sub | map_sub_int | map_sub_ip
|
||||
-----------+--------------+-----------------+-----------------+---------------
|
||||
|
|
|
|||
Loading…
Reference in a new issue