MINOR: http-htx: Add http_reply type based on what is used for http return rules
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 12 May 2020 16:31:35 +0000 (18:31 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 20 May 2020 16:27:13 +0000 (18:27 +0200)
commit7bd3de06e790181fd4823ddb2b9fa5bc061c6006
tree07c850e88092afe4fefad8cd5e3a11a632a44129
parentba946bf23a3e08bb95a80947f0fc087d1dd5d7cd
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.
include/types/http_htx.h