v8
3.25.30(node0.11.13)
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 61 of file process.cc.
|
inlinevirtual |
Definition at line 63 of file process.cc.
|
pure virtual |
Implemented in JsHttpRequestProcessor.
|
static |
Definition at line 539 of file process.cc.
|
pure virtual |
Implemented in JsHttpRequestProcessor.
Referenced by ProcessEntries().