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.
My main concern is how to continue with HttpSM and chain my already written HTTP plugin. Thanks