Struct 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¶
Shared work buffer
variable buf_size¶
Buffer capacity
variable headers_sent¶
Have headers been finalized?
variable sock¶
Client socket
variable upgraded¶
Has connection been upgraded?
The documentation for this class was generated from the following file src/syntropic/net/syn_httpd.h