fn getEntries(headers: Headers, allocator: Allocator, name: []const u8) !?[]const Field
Returns a slice containing each header with the given name. The caller owns the returned slice, but NOT the values in the slice.
headers: Headers,
allocator: Allocator,
name: []const u8,