Do you all have additional documentation about the fly-proxy
beyond what’s on Public Network Services?
I’m writing an application that uses HTTP 2 but I’m writing it at the frame level instead of using an H/2 library because I need to control the order of frames across streams. So my main question is whether the fly-proxy
will inject additional frames (e.g. flow control, priority, ping, etc) or if it mostly just acts as a passthrough? I see that it can inject headers if I’m using the http
handler and that’s fine.