commit | fd7edd3968bc52e919dd85309b456a8bf9c7c27d | [log] [tgz] |
---|---|---|
author | Thierry FOURNIER <tfournier@arpalert.org> | Thu Jul 23 18:16:33 2015 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Tue Aug 11 14:14:10 2015 +0200 |
tree | 8cfac7715f6f95f11acd1631a0c76e2d616de924 | |
parent | 48a9cd104d07919fdd941b36e9f927a20d55edd3 [diff] |
MINOR: Move http method enum from proto_http to sample This is useful to prevent cross includes. The header file sample.h needs to include proto_http, stick_tables.h will need to include sample.h and proto_http includes stick_tables.h. I choose to move the known http method define because this enum is mainly used in sample.h. This enum is used for the sample type method.