A test object that converts data received from Twisted's HTTP/2 stack and turns it into a sequence of hyperframe frame objects.

This is primarily used to make it easier to write and debug tests: rather than have to serialize the expected frames and then do byte-level comparison (which can be unclear in debugging output), this object makes it possible to work with the frames directly.

It also ensures that headers are properly decompressed.

Method __init__ Undocumented
Method receiveData Undocumented
Method __iter__ Undocumented
Method next Undocumented
def __init__(self):
Undocumented
def receiveData(self, data):
Undocumented
def __iter__(self):
Undocumented
def next(self):
Undocumented
API Documentation for twisted, generated by pydoctor at 2020-03-25 17:34:30.