WEBBY - the embedded web server with many faces / objects in plain C Snapshot
Functions
WEBBYIMPL

Functions

int WEBBY_impl_new (WEBBY *srv, WEBBY_CONFIG *cfg, void **impl)
int WEBBY_impl_shutdown (void *impl)
int WEBBY_impl_run (void *impl)
int WEBBY_impl_send_data (void *conndata, void *data, size_t size)
int WEBBY_impl_response_completed (void *conndata, int connection_close)

Detailed Description

Functions that must be supplied by server implementaton at link time


Function Documentation

int WEBBY_impl_new ( WEBBY srv,
WEBBY_CONFIG cfg,
void **  impl 
)
int WEBBY_impl_response_completed ( void *  conndata,
int  connection_close 
)
int WEBBY_impl_run ( void *  impl)
int WEBBY_impl_send_data ( void *  conndata,
void *  data,
size_t  size 
)
int WEBBY_impl_shutdown ( void *  impl)