adobe / helix-publish

Microservice for publishing Project Helix Fastly service configurations
Apache License 2.0
5 stars 6 forks source link

Add vcl_deliver extension point #123

Open kptdobe opened 5 years ago

kptdobe commented 5 years ago

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.

kptdobe commented 5 years ago

Just found out that vcl_deliver might not be the right place... Fastly still caches the result of the pipeline somewhere.