Flecs v3.2
A fast entity component system (ECS) for C & C++
Loading...
Searching...
No Matches
ecs_http_connection_t Struct Reference

A connection manages communication with the remote host. More...

#include <http.h>

Public Attributes

uint64_t id
 
ecs_http_server_tserver
 
char host [128]
 
char port [16]
 

Detailed Description

A connection manages communication with the remote host.

Definition at line 51 of file http.h.

Member Data Documentation

◆ host

char ecs_http_connection_t::host[128]

Definition at line 55 of file http.h.

◆ id

uint64_t ecs_http_connection_t::id

Definition at line 52 of file http.h.

◆ port

char ecs_http_connection_t::port[16]

Definition at line 56 of file http.h.

◆ server

ecs_http_server_t* ecs_http_connection_t::server

Definition at line 53 of file http.h.


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