apreq_handle_t(3)

apreq_handle_t(3) libapreq2 apreq_handle_t(3)

NAME

apreq_handle_t

SYNOPSIS

#include <apreq_module.h>

Data Fields


const struct apreq_module_t * module
apr_pool_t * pool
apr_bucket_alloc_t * bucket_alloc

Detailed Description

An apreq handle associated with a module. The structure may have variable size, because the module may append its own data structures after it.

Field Documentation

apr_bucket_alloc_t* apreq_handle_t::bucket_alloc

the allocator, which persists at least as long as the pool

const struct apreq_module_t* apreq_handle_t::module

the apreq module which implements this handle

apr_pool_t* apreq_handle_t::pool

the pool which defines the lifetime of the parsed data

Author

Generated automatically by Doxygen for libapreq2 from the source code.

Wed Mar 10 2021 Version 2.16