#include <HTTP2.h>
Data Fields | |
uint16_t | length |
uint8_t | type |
uint8_t | flags |
Http2StreamId | streamid |
Definition at line 192 of file HTTP2.h.
uint8_t Http2FrameHeader::flags |
Definition at line 196 of file HTTP2.h.
Referenced by http2_frame_header_is_valid(), http2_parse_frame_header(), http2_write_frame_header(), and rcv_settings_frame().
uint16_t Http2FrameHeader::length |
Definition at line 194 of file HTTP2.h.
Referenced by Http2Frame::finalize(), http2_frame_header_is_valid(), http2_parse_frame_header(), http2_write_frame_header(), and rcv_settings_frame().
Definition at line 197 of file HTTP2.h.
Referenced by http2_parse_frame_header(), http2_write_frame_header(), and rcv_settings_frame().
uint8_t Http2FrameHeader::type |
Definition at line 195 of file HTTP2.h.
Referenced by http2_frame_header_is_valid(), http2_parse_frame_header(), http2_write_frame_header(), and Http2ConnectionState::main_event_handler().