Apache HTTP Server Request Library

#include <apreq_parser.h>
| Data Fields | |
| apreq_hook_function_t | hook | 
| apreq_hook_t * | next | 
| apr_pool_t * | pool | 
| void * | ctx | 
| 
 | 
| a user defined pointer passed to the hook function | 
| 
 | 
| the hook function | 
| 
 | 
| next item in the linked list | 
| 
 | 
| pool which allocated this hook |