shukitchan commented on issue #8746: URL: https://github.com/apache/trafficserver/issues/8746#issuecomment-1309574916
This should hopefully be simple and similar to https://github.com/apache/trafficserver/blob/master/example/plugins/c-api/request_buffer/request_buffer.c The lua plugin will support the hook and the corresponding handler lua function can call a pre-defined function to retrieve the body. Inside the lua function, you can save the string in "ctx" and thus it can be used in other hook handler function under the same continuation. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
