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.h356 struct http2_frame { struct
357 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. */