3 references to IfMatch
Microsoft.AspNetCore.HeaderParsing.Tests (3)
CommonHeadersTests.cs (3)
87
Assert.Equal(HeaderNames.IfMatch, CommonHeaders.
IfMatch
.HeaderName);
88
Assert.Equal(EntityTagHeaderValueListParser.Instance, CommonHeaders.
IfMatch
.ParserInstance);
89
Assert.Null(CommonHeaders.
IfMatch
.ParserType);