Zephyr API 3.6.99
|
HTTP/2 stream representation. More...
#include <server.h>
Data Fields | |
int | stream_id |
Stream identifier. | |
enum http2_stream_state | stream_state |
Stream state. | |
int | window_size |
Stream-level window size. | |
bool | headers_sent: 1 |
Flag indicating that headers were sent in the reply. | |
bool | end_stream_sent: 1 |
Flag indicating that END_STREAM flag was sent. | |
HTTP/2 stream representation.
bool http2_stream_ctx::end_stream_sent |
Flag indicating that END_STREAM flag was sent.
bool http2_stream_ctx::headers_sent |
Flag indicating that headers were sent in the reply.
int http2_stream_ctx::stream_id |
Stream identifier.
enum http2_stream_state http2_stream_ctx::stream_state |
Stream state.
int http2_stream_ctx::window_size |
Stream-level window size.