This is an automated email from the ASF dual-hosted git repository.

kichan pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


    from 80444908ae Remove old header (#9727)
     add 671c3609b8 Add support for 
TS_HTTP_REQUEST_CLIENT/TS_HTTP_RESPONSE_CLIENT for lua plugin (#9682)

No new revisions were added by this update.

Summary of changes:
 doc/admin-guide/plugins/lua.en.rst                 |   8 +
 .../lua/example/test_request_client.lua            |  26 +--
 .../lua/example/test_response_client.lua           |  12 +-
 plugins/lua/ts_lua_hook.c                          |  18 ++
 plugins/lua/ts_lua_transform.c                     | 222 +++++++++++++++++++++
 plugins/lua/ts_lua_transform.h                     |   1 +
 .../gold_tests/pluginTest/lua/client_hook.lua      |  13 +-
 ...a_watermark.test.py => lua_client_hook.test.py} |  10 +-
 8 files changed, 274 insertions(+), 36 deletions(-)
 copy example/plugins/lua-api/reqbody.lua => 
plugins/lua/example/test_request_client.lua (67%)
 copy tests/gold_tests/pluginTest/lua/global.lua => 
plugins/lua/example/test_response_client.lua (85%)
 copy plugins/lua/example/test_closure.lua => 
tests/gold_tests/pluginTest/lua/client_hook.lua (84%)
 copy tests/gold_tests/pluginTest/lua/{lua_watermark.test.py => 
lua_client_hook.test.py} (86%)

Reply via email to