<div dir="ltr"><div>Hi!</div><div><br></div><div>With 6.6, VFP_Push was made private, but it looks like there's no alternative for it. I've seen VCL_StackVFP, but it's equally private.</div><div><br></div><div>For context, I'm currently using VFP_Push in <a href="https://github.com/gquintard/vmod_reqwest/blob/4aecc793643d5eb395c43cbbad463c7b0deef6ab/src/lib.rs#L658">https://github.com/gquintard/vmod_reqwest/blob/4aecc793643d5eb395c43cbbad463c7b0deef6ab/src/lib.rs#L658</a> , pretty much exactly like Varnish does it internally:</div><div>- have a backend with a gethdrs method</div><div>- get called by VDI_GetHdr</div><div>- once the headers are in, use VFP_Push to inject a processor at the start of the pipeline</div><div><br></div><div>It works very well, but if there's a way to respect the API boundaries, I'd be happy to abide.</div><div><br></div><div>Cheers,</div><div><br> </div><div><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div>-- <br></div><div>Guillaume Quintard<br></div></div></div></div></div>