commit | 306924ecb828a01edf1e8012deb02299284d3cb8 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Thu Sep 21 14:25:39 2017 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Sun Oct 22 09:54:14 2017 +0200 |
tree | 23b197f56c6f8bd96e8b14a9a7923888ae6acafe | |
parent | 4093a4dc0138ef59e56bca3b9b954a66740b2045 [diff] |
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).