MINOR: h1: add struct h1m for basic HTTP/1 messages
authorWilly Tarreau <w@1wt.eu>
Thu, 21 Sep 2017 09:46:43 +0000 (11:46 +0200)
committerWilly Tarreau <w@1wt.eu>
Sun, 22 Oct 2017 07:54:14 +0000 (09:54 +0200)
commit4093a4dc0138ef59e56bca3b9b954a66740b2045
tree4dee325b60ac7ef583617cda32ff3eee099743e5
parentb28925675d257db1ac8ec9a3b3d819575554345c
MINOR: h1: add struct h1m for basic HTTP/1 messages

This one is much simpler than http_msg and will be used in the HTTP
parsers involved in the H2 to H1 gateway.
include/proto/h1.h
include/types/h1.h