Commit e51095aa authored by Per Buer's avatar Per Buer Committed by Lasse Karstensen

document vcl_synth

parent a0a757c0
......@@ -229,6 +229,23 @@ with one of the following keywords:
the number of retries is higher than *max_retries* Varnish emits a
guru meditation error.
vcl_synth
~~~~~~~~~
Called to deliver a synthetic object. A synthetic object is generated
in VCL, not fetched from the backend. It is typically contructed using
the synthetic() function.
The subroutine may terminate with calling ``return()`` with one of the
following keywords:
deliver
Deliver the object. If the object has a positive TTL then the
object is also stored in cache.
restart
Restart processing the object.
vcl_init
~~~~~~~~
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment