Source position: fphttp2consts.pp line 27
type TH2FrameType = (
ftData = 0,
ftHeaders = 1,
ftPriority = 2,
ftRSTStream = 3,
ftSettings = 4,
ftPushPromise = 5,
ftPing = 6,
ftGoAway = 7,
ftWindowUpdate = 8,
ftContinuation = 9
);