Searched refs:HPackHdrEntry (Results 1 – 2 of 2) sorted by relevance
/external/scapy/scapy/contrib/ |
D | http2.py | 2096 class HPackHdrEntry(Sized): class 2171 1: HPackHdrEntry(':authority', ''), 2172 2: HPackHdrEntry(':method', 'GET'), 2173 3: HPackHdrEntry(':method', 'POST'), 2174 4: HPackHdrEntry(':path', '/'), 2175 5: HPackHdrEntry(':path', '/index.html'), 2176 6: HPackHdrEntry(':scheme', 'http'), 2177 7: HPackHdrEntry(':scheme', 'https'), 2178 8: HPackHdrEntry(':status', '200'), 2179 9: HPackHdrEntry(':status', '204'), [all …]
|
D | http2.uts | 1407 = HTTP/2 HPackHdrEntry Tests 1412 h = h2.HPackHdrEntry(n, v) 1420 h = h2.HPackHdrEntry(n, v)
|