Zephyr API Documentation 3.7.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
http2_stream_ctx Struct Reference

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.
 

Detailed Description

HTTP/2 stream representation.

Field Documentation

◆ end_stream_sent

bool http2_stream_ctx::end_stream_sent

Flag indicating that END_STREAM flag was sent.

◆ headers_sent

bool http2_stream_ctx::headers_sent

Flag indicating that headers were sent in the reply.

◆ stream_id

int http2_stream_ctx::stream_id

Stream identifier.

◆ stream_state

enum http2_stream_state http2_stream_ctx::stream_state

Stream state.

◆ window_size

int http2_stream_ctx::window_size

Stream-level window size.


The documentation for this struct was generated from the following file: