|
hobbes
a language, embedded compiler, and runtime for efficient dynamic expression evaluation, data storage and analysis
|
#include <string>#include <vector>#include <map>

Go to the source code of this file.
Classes | |
| struct | hobbes::HTTPRequest |
Namespaces | |
| hobbes | |
Typedefs | |
| typedef void(* | hobbes::HTTPRequestHandler) (const HTTPRequest &, int fd, void *ud) |
Functions | |
| int | hobbes::installHTTPD (int port, HTTPRequestHandler, void *ud=0) |
1.8.13