commit | 7bd3de06e790181fd4823ddb2b9fa5bc061c6006 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Tue May 12 18:31:35 2020 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Wed May 20 18:27:13 2020 +0200 |
tree | 07c850e88092afe4fefad8cd5e3a11a632a44129 | |
parent | ba946bf23a3e08bb95a80947f0fc087d1dd5d7cd [diff] |
MINOR: http-htx: Add http_reply type based on what is used for http return rules The http_reply structure is added. It represents a generic HTTP message used as internal response by HAProxy. It is based on the structure used to store http return rules. The aim is to store all error messages using this structure, as well as http return and http deny rules.