Adaptive Framework
0.9.0
|
Implementation of afw_request_handler interface for adaptor. More...
Go to the source code of this file.
Data Structures | |
struct | impl_retrieve_cb_context_t |
Macros | |
#define | AFW_IMPLEMENTATION_ID "adaptor" |
Functions | |
afw_request_handler_adaptor_create_cede_p (const afw_object_t *properties, const afw_pool_t *p, afw_xctx_t *xctx) | |
Create an adaptor request handler. More... | |
void | impl_afw_request_handler_release (const afw_request_handler_t *instance, afw_xctx_t *xctx) |
void | impl_afw_request_handler_process (const afw_request_handler_t *instance, const afw_request_t *request, afw_xctx_t *xctx) |
Implementation of afw_request_handler interface for adaptor.
This request handler is used to interface with an adaptor. If configured to do so, it supports pre and post validation and authorization.
Definition in file afw_request_handler_adaptor.c.