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/blob/master/proxy/api/ts/experimental.h Thanks. Kit On Sun, Jan 22, 2017 at 8:00 AM, Assaf Cohen <assafc...@gmail.com> wrote: > 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