Hi team, I am writing to gather feedback on an idea before doing the implementation.
We have a use-case where we need all headers except for cookies. Currently, the fetcher "req.hdrs" / "res.hdrs" returns all headers including cookie / set-cookie headers. However, the cookie header itself can get pretty huge and cause unnecessary overhead when we want to store / send / parse the string variable. In a high qps environment, this will cause big degradation to the latency of the requests, so the proposal is to add a new fetcher for sending the headers excluding cookies. Let me know what you think. If there are no concerns, I can send a patch. Thanks, Ruei-Bang

