hyperframe API¶
This document provides the hyperframe API.
All frame classes are subclasses of Frame
,
and provide the methods and attributes defined there. Additionally, some frames
use the Priority
and
Padding
mixins, and make the methods and
attributes defined on those mixins available as well.
Rather than clutter up the documentation repeatedly documenting those methods and objects, we explicitly show the inheritance hierarchy of the frames: don’t forget to consult the parent classes before deciding if a method or attribute you need is not present!