fn getValues(headers: Headers, allocator: Allocator, name: []const u8) !?[]const []const u8

Returns a slice containing the value of each header with the given name. The caller owns the returned slice, but NOT the values in the slice.

Parameters

headers: Headers,
allocator: Allocator,
name: []const u8,