9 #ifndef __AFW_COMMAND_LOCAL_SERVER_H__
10 #define __AFW_COMMAND_LOCAL_SERVER_H__
31 afw_command_local_server_mode_action,
32 afw_command_local_server_mode_action_direct,
33 afw_command_local_server_mode_evaluate,
34 afw_command_local_server_mode_evaluate_direct,
35 afw_command_local_server_mode_http_like
36 } afw_command_local_server_mode_t;
50 apr_array_header_t *input_buffer;
61 afw_command_local_server_mode_t mode;
86 afw_command_local_server_write_result(
88 const char *format, ...);
92 afw_command_local_server_write_error(
99 afw_command_local_server_write_end(
Adaptive Framework declare helpers for afw_command_.
#define AFW_COMMAND_DECLARE_INTERNAL(type)
Declare an internal function for /src/afw_command/ source*.h files.
Adaptive Framework afw command internal header.
#define AFW_BEGIN_DECLARES
Interfaceafw_interface header.
afw_command_local_server_create(afw_command_self_t *command_self)
struct afw_command_local_server_self_s afw_command_local_server_self_t
Self typedef for afw_command_local implementation of afw_server.
Self typedef for afw_command_local implementation of afw_server.
Self typedef for afw_command self.
Interface afw_content_type public struct.
Adaptive Framework Error.
Interface afw_object public struct.
Interface afw_request_handler public struct.
Interface afw_server public struct.
NFC normalized UTF-8 string.
Interface afw_xctx public struct.