Add std.collect() which will collect multiple HTTP headers into
one single header. Example usage: import std; sub vcl_recv { std.collect(req.http.foo); } sub vcl_fetch { std.collect(beresp.http.bar); } Fixes: #866
Showing
Please register or sign in to comment