Home
last modified time | relevance | path

Searched defs:http2_frame (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/include/zephyr/net/http/
Dserver.h367 struct http2_frame { struct
368 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. */