9 #ifndef __AFW_REQUEST_HANDLER_H__
10 #define __AFW_REQUEST_HANDLER_H__
#define AFW_BEGIN_DECLARES
#define AFW_DECLARE(type)
Declare a public afw function.
Interfaceafw_interface header.
Header for interface afw_request* helpers.
AFW_DECLARE_CONST_DATA(afw_utf8_t) afw_s_200
afw_utf8_t for string 200
afw_utf8_octet_t afw_utf8_z_t
NFC normalized UTF-8 null terminated string.
afw_request_handler_factory_adaptor
const afw_request_handler_t * afw_request_handler_director_create(const afw_server_t *server, const afw_utf8_z_t *config_file, const afw_pool_t *p, afw_xctx_t *xctx)
Create a request handler for director.
const afw_request_handler_t * 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.
Interface afw_object public struct.
Interface afw_pool public struct.
Interface afw_request_handler_factory public struct.
Interface afw_request_handler public struct.
Interface afw_server public struct.
Interface afw_xctx public struct.