Skip to content

Struct SYN_HttpdResponse

ClassList > SYN_HttpdResponse

HTTP response formatting state.

  • #include <syn_httpd.h>

Public Attributes

Type Name
uint8_t * buf
size_t buf_size
bool headers_sent
SYN_Socket sock
bool upgraded

Public Attributes Documentation

variable buf

uint8_t* SYN_HttpdResponse::buf;

Shared work buffer


variable buf_size

size_t SYN_HttpdResponse::buf_size;

Buffer capacity


variable headers_sent

bool SYN_HttpdResponse::headers_sent;

Have headers been finalized?


variable sock

SYN_Socket SYN_HttpdResponse::sock;

Client socket


variable upgraded

bool SYN_HttpdResponse::upgraded;

Has connection been upgraded?



The documentation for this class was generated from the following file src/syntropic/net/syn_httpd.h