]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: http_htx: Add functions to manipulate HTX messages in http_htx.c
authorChristopher Faulet <cfaulet@haproxy.com>
Mon, 22 Oct 2018 07:17:28 +0000 (09:17 +0200)
committerWilly Tarreau <w@1wt.eu>
Sun, 18 Nov 2018 21:08:53 +0000 (22:08 +0100)
commit47596d378706e72db644e1a3dbafa3e24a0f6caf
treee548944a68fc11e08f25e271643c56b72ebfb0fa
parenta3d2a16fada001dcee7897e49a68235d92539cdc
MINOR: http_htx: Add functions to manipulate HTX messages in http_htx.c

This file will host all functions to manipulate HTTP messages using the HTX
representation. Functions in this file will be able to be called from anywhere
and are mainly related to the HTTP semantics.
Makefile
include/proto/http_htx.h [new file with mode: 0644]
include/types/http_htx.h [new file with mode: 0644]
src/http_htx.c [new file with mode: 0644]