HEADER
A type corresponding to a header in HTTP. These behave in VCL as STRING types, but reading and writing their values corresponds to the underlying HTTP protocol. For example:
1
2
log req.http.X-abc;
set resp.http.X-xyz = "xyz";
A type corresponding to a header in HTTP. These behave in VCL as STRING types, but reading and writing their values corresponds to the underlying HTTP protocol. For example:
1
2
log req.http.X-abc;
set resp.http.X-xyz = "xyz";