Searched defs:http2_frame (Results 1 – 1 of 1) sorted by relevance
356 struct http2_frame { struct357 uint32_t length; /**< Frame payload length. */358 uint32_t stream_identifier; /**< Stream ID the frame belongs to. */359 uint8_t type; /**< Frame type. */360 uint8_t flags; /**< Frame flags. */361 uint8_t padding_len; /**< Frame padding length. */