> On Nov 9, 2016, at 8:22 PM, Assaf Cohen <assafc...@gmail.com> wrote:
> 
> I am trying to write a new protocol plugin ( proprietary ) that will run
> prior to HTTP transaction,
> and will invoke full HTTP logic as if it accepted a new connection.
> Is there example I can look at? or some other tips.

Do these example help?

https://github.com/apache/trafficserver/blob/master/example/passthru/passthru.cc
https://github.com/apache/trafficserver/tree/master/example/protocol

> 
> My main concern is how to continue with HttpSM and chain my already written
> HTTP plugin.
> 
> Thanks

Reply via email to