cueOS  2.4
cueOS - Universal Show Control OS for ARM
http_server_s Struct Reference

HTTP server structure object. More...

#include <http_server.h>

Collaboration diagram for http_server_s:

Data Fields

struct altcp_pcb * pcb
 
uint16_t port
 
router_fn router
 

Detailed Description

HTTP server structure object.

Definition at line 25 of file http_server.h.

Field Documentation

◆ pcb

struct altcp_pcb* pcb

The server's application layered TCP control block

Definition at line 26 of file http_server.h.

◆ port

uint16_t port

The server's running port

Definition at line 27 of file http_server.h.

◆ router

router_fn router

The server routing function through which HTTP request should be processed

Definition at line 28 of file http_server.h.


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