v8
3.11.10(node0.8.26)
V8 is Google's open source JavaScript engine
|
Public Member Functions | |
virtual | ~HttpRequestProcessor () |
virtual bool | Initialize (map< string, string > *options, map< string, string > *output)=0 |
virtual bool | Process (HttpRequest *req)=0 |
Static Public Member Functions | |
static void | Log (const char *event) |
The abstract superclass of http request processors.
Definition at line 60 of file process.cc.
|
inlinevirtual |
Definition at line 62 of file process.cc.
|
pure virtual |
Implemented in JsHttpRequestProcessor.
|
static |
Definition at line 494 of file process.cc.
|
pure virtual |
Implemented in JsHttpRequestProcessor.
Referenced by ProcessEntries().