MINOR: http: Add helper functions to trim spaces and tabs
authorRemi Tricot-Le Breton <rlebreton@haproxy.com>
Wed, 23 Dec 2020 17:13:48 +0000 (18:13 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 24 Dec 2020 16:18:00 +0000 (17:18 +0100)
commit56e46cb393a5d39081e8e26fbb765cf7592736be
tree8b66d7d7b060591f7cb71cd04ff375c53c109c99
parent6a34b2b65d48e30c1758b392fac33f844423b0bd
MINOR: http: Add helper functions to trim spaces and tabs

Add two helper functions that trim leading or trailing spaces and
horizontal tabs from an ist string.
include/haproxy/http.h
src/http.c