(no subject)

I’m trying to collect HTTP events of the same request/response into a single structure (much like wireshark does) and extract it to an outside source like a message queue.

What’s is the best way to approach this problem?

Much Thanks