Flecs v4.0
A fast entity component system (ECS) for C & C++
|
A connection manages communication with the remote host. More...
#include <http.h>
Public Attributes | |
uint64_t | id |
ecs_http_server_t * | server |
char | host [128] |
char | port [16] |
ecs_http_server_t* ecs_http_connection_t::server |