In order to control the headers just before the response gets delivered, we would need a hlx_vlc_deliver_after extension point. This would help solving https://github.com/adobe/helix-pages/issues/17.
To respect the current pattern, I would also add the hlx_vlc_deliver_before extension point, even though I do not think it is useful for now.
In order to control the headers just before the response gets delivered, we would need a
hlx_vlc_deliver_after
extension point. This would help solving https://github.com/adobe/helix-pages/issues/17. To respect the current pattern, I would also add thehlx_vlc_deliver_before
extension point, even though I do not think it is useful for now.