apreq_hook_t Struct Reference

#include <apreq_parser.h>


Data Fields

apreq_hook_function_t hook
apreq_hook_tnext
apr_pool_tpool
void * ctx


Detailed Description

A hook is called by the parser whenever data arrives in a file upload parameter of the request body. You may associate any number of hooks with a parser instance with apreq_parser_add_hook().

Field Documentation

the hook function

next item in the linked list

pool which allocated this hook

a user defined pointer passed to the hook function


The documentation for this struct was generated from the following file: