5 references to GetHeaderSplit
Microsoft.AspNetCore.Http.Abstractions (1)
Extensions\HeaderDictionaryExtensions.cs (1)
46return ParsingHelpers.GetHeaderSplit(headers, key);
Microsoft.AspNetCore.Http.Abstractions.Microbenchmarks (4)
GetHeaderSplitBenchmark.cs (4)
29var values = ParsingHelpers.GetHeaderSplit(_dictionary, "singleValue"); 39var values = ParsingHelpers.GetHeaderSplit(_dictionary, "singleValueQuoted"); 49var values = ParsingHelpers.GetHeaderSplit(_dictionary, "doubleValue"); 59var values = ParsingHelpers.GetHeaderSplit(_dictionary, "manyValue");