Home | History | Annotate | Download | only in spdy

Lines Matching refs:HasHeaderValue

5318   EXPECT_TRUE(response2.headers->HasHeaderValue(
5321 EXPECT_TRUE(response2.headers->HasHeaderValue("hello", "bye"));
5322 EXPECT_TRUE(response2.headers->HasHeaderValue("status", "200"));
5323 EXPECT_TRUE(response2.headers->HasHeaderValue("version", "HTTP/1.1"));