fn formatCommaSeparated(headers: Headers, name: []const u8, out_stream: anytype) !void

Writes all of the headers with the given name to the given stream, separated by commas.

This is useful for headers like Set-Cookie which can have multiple values. RFC 9110, Section 5.2

Parameters

headers: Headers,
name: []const u8,
out_stream: anytype,