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

Returns the index of the first occurrence of a header with the given name.

Parameters

headers: Headers,
name: []const u8,