Adaptive Framework
0.9.0
|
Implementation for interface afw_command_local. More...
Go to the source code of this file.
Macros | |
#define | AFW_IMPLEMENTATION_ID "afw_command_local" |
Functions | |
void | impl_afw_request_release (const afw_request_t *instance, afw_xctx_t *xctx) |
void | impl_afw_request_set_error_info (const afw_request_t *instance, const afw_object_t *error_info, afw_xctx_t *xctx) |
void | impl_afw_request_read_raw_request_body (const afw_request_t *instance, afw_size_t buffer_size, void *buffer, afw_size_t *size, afw_boolean_t *more_to_read, afw_xctx_t *xctx) |
void | impl_afw_request_set_response_status_code (const afw_request_t *instance, const afw_utf8_t *code, const afw_utf8_t *reason, afw_xctx_t *xctx) |
void | impl_afw_request_write_response_header (const afw_request_t *instance, const afw_utf8_t *name, const afw_utf8_t *value, afw_xctx_t *xctx) |
void | impl_afw_request_write_raw_response_body (const afw_request_t *instance, afw_size_t size, const void *buffer, afw_xctx_t *xctx) |
void | impl_afw_request_flush_response (const afw_request_t *instance, afw_xctx_t *xctx) |
void | impl_afw_request_finish_response (const afw_request_t *instance, afw_xctx_t *xctx) |
afw_command_local_request_create (afw_command_local_server_self_t *server_self, const afw_memory_t *body, const afw_object_t *properties, afw_xctx_t *xctx) | |
Implementation for interface afw_command_local.
Search this file and its header for
and make appropriate changes.
This is the implementation of afw_request for afw_command_local.
Definition in file afw_command_local_request.c.