FTEQW
Documentation of the FTE engine source tree.
httpserver.c File Reference

Typedefs

typedef struct HTTP_active_connections_s HTTP_active_connections_t
 

Enumerations

enum  http_mode_t { HTTP_WAITINGFORREQUEST , HTTP_SENDING }
 

Functions

void checknatpmp (int port)
 
qboolean HTTP_ServerInit (int epfd, int port)
 
void HTTP_ServerShutdown (void)
 
const char * HTTP_RunClient (HTTP_active_connections_t *cl)
 
void HTTP_RunExisting (void)
 
qboolean HTTP_ServerPoll (qboolean httpserverwanted, int portnum)
 

Variables

qboolean httpserverfailed = false
 

Typedef Documentation

◆ HTTP_active_connections_t

typedef struct HTTP_active_connections_s HTTP_active_connections_t

Enumeration Type Documentation

◆ http_mode_t

Enumerator
HTTP_WAITINGFORREQUEST 
HTTP_SENDING 

Function Documentation

◆ checknatpmp()

void checknatpmp ( int  port)

◆ HTTP_RunClient()

const char * HTTP_RunClient ( HTTP_active_connections_t cl)

◆ HTTP_RunExisting()

void HTTP_RunExisting ( void  )

◆ HTTP_ServerInit()

qboolean HTTP_ServerInit ( int  epfd,
int  port 
)

◆ HTTP_ServerPoll()

qboolean HTTP_ServerPoll ( qboolean  httpserverwanted,
int  portnum 
)

◆ HTTP_ServerShutdown()

void HTTP_ServerShutdown ( void  )

Variable Documentation

◆ httpserverfailed

qboolean httpserverfailed = false