summaryrefslogtreecommitdiff
path: root/test/decoders/http/http_module.toml
diff options
context:
space:
mode:
authorlijia <[email protected]>2024-10-27 18:08:00 +0800
committerlijia <[email protected]>2024-11-08 11:23:16 +0800
commit627cfac992c52e3c7950355c0d447764056a5276 (patch)
treeafb5f8f462d964a764dbb071f5cfadad199cbe4d /test/decoders/http/http_module.toml
parentd0a868591470a4a9d71a65a5d540058e72c8d92c (diff)
httpv2.0 rebase onto develop-2.0dev-http-v2.0
Diffstat (limited to 'test/decoders/http/http_module.toml')
-rw-r--r--test/decoders/http/http_module.toml11
1 files changed, 11 insertions, 0 deletions
diff --git a/test/decoders/http/http_module.toml b/test/decoders/http/http_module.toml
new file mode 100644
index 0000000..1274423
--- /dev/null
+++ b/test/decoders/http/http_module.toml
@@ -0,0 +1,11 @@
+#load http module
+[[module]]
+path = ""
+init = "http_init"
+exit = "http_exit"
+
+#load http gtest module
+[[module]]
+path = ""
+init = "gtest_http_init"
+exit = "gtest_http_exit"