Searched refs:HPackLitHdrFldWithoutIndexing (Results 1 – 3 of 3) sorted by relevance
549 + HTTP/2 HPackLitHdrFldWithoutIndexing Test Suite551 = HTTP/2 Dissect HPackLitHdrFldWithoutIndexing : don't index and no index554 p = h2.HPackLitHdrFldWithoutIndexing(b'\x00\x04Test\x04Toto')569 = HTTP/2 Dissect HPackLitHdrFldWithoutIndexing : never index index and no index572 p = h2.HPackLitHdrFldWithoutIndexing(b'\x10\x04Test\x04Toto')587 = HTTP/2 Dissect HPackLitHdrFldWithoutIndexing : never index and indexed name590 p = h2.HPackLitHdrFldWithoutIndexing(b'\x11\x04Toto')601 = HTTP/2 Build HPackLitHdrFldWithoutIndexing : don't index and no index604 p = h2.HPackLitHdrFldWithoutIndexing(610 = HTTP/2 Build HPackLitHdrFldWithoutIndexing : never index index and no index[all …]
1343 return HPackLitHdrFldWithoutIndexing1375 class HPackLitHdrFldWithoutIndexing(HPackHeaders): class2447 HPackLitHdrFldWithoutIndexing2509 return HPackLitHdrFldWithoutIndexing(2529 return HPackLitHdrFldWithoutIndexing(2545 return HPackLitHdrFldWithoutIndexing(2567 return HPackLitHdrFldWithoutIndexing(
1738 …ery topic). For this reason, we will specify the path using a HPackLitHdrFldWithoutIndexing, which…1779 "path_hdr = h2.HPackLitHdrFldWithoutIndexing(\n",1904 …n't want any intermediate to index it. As such, we will use a HPackLitHdrFldWithoutIndexing and wi…1913 "cookie_hdr = h2.HPackLitHdrFldWithoutIndexing(\n",