Zephyr Project API 3.7.0-rc1
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
http_stream_ctx Struct Reference

HTTP/2 stream representation. More...

#include <server.h>

Data Fields

int stream_id
 Stream identifier.
 
enum http_stream_state stream_state
 Stream state.
 
int window_size
 Stream-level window size.
 

Detailed Description

HTTP/2 stream representation.

Field Documentation

◆ stream_id

int http_stream_ctx::stream_id

Stream identifier.

◆ stream_state

enum http_stream_state http_stream_ctx::stream_state

Stream state.

◆ window_size

int http_stream_ctx::window_size

Stream-level window size.


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