![]() |
cueOS
2.4
cueOS - Universal Show Control OS for ARM
|
HTTP server structure object. More...
#include <http_server.h>
Data Fields | |
struct altcp_pcb * | pcb |
uint16_t | port |
router_fn | router |
HTTP server structure object.
Definition at line 25 of file http_server.h.
struct altcp_pcb* pcb |
The server's application layered TCP control block
Definition at line 26 of file http_server.h.
uint16_t port |
The server's running port
Definition at line 27 of file http_server.h.
router_fn router |
The server routing function through which HTTP request should be processed
Definition at line 28 of file http_server.h.