#include <test_handler.h>
Inheritance diagram for TestHandler:
Public Member Functions | |
TestHandler (void) | |
~TestHandler (void) | |
int | handler (ApacheRequestRec *pRequest) |
The handler method is called whenever a location mapped to your module is hit during the handler phase of the request cycle. | |
TestHandler (void) | |
~TestHandler (void) | |
int | handler (ApacheRequestRec *pRequest) |
The handler method is called whenever a location mapped to your module is hit during the handler phase of the request cycle. | |
Private Attributes | |
unsigned int | mHits |
|
|
|
|
|
|
|
|
|
The handler method is called whenever a location mapped to your module is hit during the handler phase of the request cycle.
Reimplemented from ApacheHandler. |
|
The handler method is called whenever a location mapped to your module is hit during the handler phase of the request cycle.
Reimplemented from ApacheHandler. |
|
|