]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: http: add very simple header management based on double strings
authorWilly Tarreau <w@1wt.eu>
Thu, 21 Sep 2017 12:25:39 +0000 (14:25 +0200)
committerWilly Tarreau <w@1wt.eu>
Sun, 22 Oct 2017 07:54:14 +0000 (09:54 +0200)
commit306924ecb828a01edf1e8012deb02299284d3cb8
tree23b197f56c6f8bd96e8b14a9a7923888ae6acafe
parent4093a4dc0138ef59e56bca3b9b954a66740b2045
MINOR: http: add very simple header management based on double strings

This will be used initially by the hpack table and hopefully later by a
new native http processor. These headers are made of name and value, both
an immediate string (ie: pointer and length).
include/common/http-hdr.h [new file with mode: 0644]