#include <wwwapi.h>

Public Member Functions | |
| virtual bool | serve (WWWconnection &con) |
| HTTPapi (dbDatabase &db, int n_handlers, dispatcher *dispatch_table, bool persistentConnections=false, time_t connectionHoldTimeoutSec=WAIT_FOREVER) | |
Protected Member Functions | |
| bool | handleRequest (WWWconnection &con, char *begin, char *end, char *host, bool &result) |
Protected Attributes | |
| time_t | connectionHoldTimeout |
| bool | keepConnectionAlive |
| HTTPapi | ( | dbDatabase & | db, | |
| int | n_handlers, | |||
| dispatcher * | dispatch_table, | |||
| bool | persistentConnections = false, |
|||
| time_t | connectionHoldTimeoutSec = WAIT_FOREVER | |||
| ) | [inline] |
| bool handleRequest | ( | WWWconnection & | con, | |
| char * | begin, | |||
| char * | end, | |||
| char * | host, | |||
| bool & | result | |||
| ) | [protected] |
| bool serve | ( | WWWconnection & | con | ) | [virtual] |
Implements WWWapi.
time_t connectionHoldTimeout [protected] |
bool keepConnectionAlive [protected] |