Re: ts lua - http2

2016-02-10 Thread Brian Geffon
Yes it is. The H2 implementation uses the internal Fetch State Machine to make requests for a new stream. This means that you can hook into read request headers, send response headers, etc, or even create a transformation. Brian On Wednesday, February 10, 2016, Luca Rea wrote: > Hi, > > Does is

ts lua - http2

2016-02-10 Thread Luca Rea
Hi, Does is possible to manipulate headers and body of HTTP2 POST requests (eg. push messages to apple apn gateway) using the plugin ts_lua? Thank you