fn getFirstValue(headers: Headers, name: []const u8) ?[]const u8

Returns the value in the entry of the first occurrence of a header with the given name.

Parameters

headers: Headers,
name: []const u8,