summaryrefslogtreecommitdiff
path: root/test/decoders/http/http_module.toml
diff options
context:
space:
mode:
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"