commit | 38ebffaf10d6bb23c9e6be3efcf7ec134b57b617 | [log] [tgz] |
---|---|---|
author | Aurelien DARRAGON <adarragon@haproxy.com> | Thu Jan 05 17:02:19 2023 +0100 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Fri Jan 27 15:18:59 2023 +0100 |
tree | 4f4a0b81cfa09b306a2d435f03bf7b2634eb68fe | |
parent | a5a8552cabd05dc2fd3ffac09d33337f1c1807b6 [diff] |
MINOR: http_htx: add http_prepend_header() to prepend value to header Just like http_append_header(), but this time to insert new value before an existing one. If the header already contains one or multiple values, ',' is automatically inserted after the new value.