Re: How to perform a side HTTP request as part of plugin

2017-01-22 Thread Shu Kit Chan
You can check out background fetch plugin - https://github.com/apache/trafficserver/tree/master/plugins/background_fetch and see how to do similar thing with the TSHttpConnect API You can also check out FetchSM and the corresponding TSFetch* APIs as well - https://github.com/apache/trafficserver/

How to perform a side HTTP request as part of plugin

2017-01-22 Thread Assaf Cohen
Hi, Is there a builtin way to use event system and do a HTTP request and upon completion return to the initiating plugin.? thanks Assaf