HTTP Server Middleware Library
cy_http_response_stream_t Struct Reference

Description

Context structure for HTTP server stream Users should not access these values - they are provided here only to provide the compiler with datatype size information that allows static declarations.

Data Fields

cy_tcp_stream_t tcp_stream
 TCP stream handle.
 
bool chunked_transfer_enabled
 Flag to indicate whether chunked transfer is enabled.
 
cy_mutex_t mutex
 Mutex for critical section.