Searched defs:http2_frame (Results 1 – 1 of 1) sorted by relevance
367 struct http2_frame { struct368 uint32_t length; /**< Frame payload length. */369 uint32_t stream_identifier; /**< Stream ID the frame belongs to. */370 uint8_t type; /**< Frame type. */371 uint8_t flags; /**< Frame flags. */372 uint8_t padding_len; /**< Frame padding length. */