Implementation of HTTPD protocol, gwbuf properties and a dmeo web application

interface to test the new httpd.
This commit is contained in:
Mark Riddoch
2014-07-15 17:39:31 +01:00
parent 4ddc9c81a1
commit 6fd5dff349
14 changed files with 898 additions and 168 deletions

View File

@ -161,4 +161,5 @@ extern void serverAddParameter(SERVER *, char *, char *);
extern char *serverGetParameter(SERVER *, char *);
extern void server_update(SERVER *, char *, char *, char *);
extern void server_set_unique_name(SERVER *, char *);
extern void serverIterate(void (*fcn)(SERVER *, void *), void *data);
#endif