Zephyr API Documentation
3.6.99
A Scalable Open Source RTOS
|
HTTP/2 frame representation. More...
#include <server.h>
Data Fields | |
uint32_t | length |
Frame payload length. | |
uint32_t | stream_identifier |
Stream ID the frame belongs to. | |
uint8_t | type |
Frame type. | |
uint8_t | flags |
Frame flags. | |
uint8_t * | payload |
A pointer to the frame payload. | |
HTTP/2 frame representation.
uint8_t http_frame::flags |
Frame flags.
uint32_t http_frame::length |
Frame payload length.
uint8_t* http_frame::payload |
A pointer to the frame payload.
uint32_t http_frame::stream_identifier |
Stream ID the frame belongs to.
uint8_t http_frame::type |
Frame type.