req.esi
BOOL, can be read and set
, but not unset
.
Available inrecvfetchdelivererror
Whether to allow Edge Side Includes (ESI) processing during this request. Using
set req.esi = false;
will disable ESI processing. The default value is true
.
IMPORTANT: Setting req.esi
to true
will not trigger ESI processing. You must also invoke the esi
statement.