10 lines
214 B
TOML
10 lines
214 B
TOML
|
|
[[plugin]]
|
||
|
|
path = "./plugin/http_decoder.so"
|
||
|
|
init = "http_decoder_init"
|
||
|
|
exit = "http_decoder_exit"
|
||
|
|
|
||
|
|
[[plugin]]
|
||
|
|
path = "./plugin/http_decoder_test.so"
|
||
|
|
init = "http_decoder_test_init"
|
||
|
|
exit = "http_decoder_test_exit"
|