WEBBY - the embedded web server with many faces / objects in plain C Snapshot
Functions
webbyimpl.h File Reference
#include <webby/webby.h>

Go to the source code of this file.

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)