hobbes
a language, embedded compiler, and runtime for efficient dynamic expression evaluation, data storage and analysis
Classes | Namespaces | Typedefs | Functions
httpd.H File Reference
#include <string>
#include <vector>
#include <map>
Include dependency graph for httpd.H:
This graph shows which files directly or indirectly include this file:

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)