|
int | main (int argc, const char *const *argv) |
|
| afw_command_local_parse_request (afw_command_local_server_self_t *self, const afw_memory_t **input, afw_xctx_t *xctx) |
|
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) |
|
void | impl_afw_server_release (const afw_server_t *instance, afw_xctx_t *xctx) |
|
void | impl_afw_server_run (const afw_server_t *instance, const afw_request_handler_t *handler, afw_xctx_t *xctx) |
|
| afw_command_local_server_create (afw_command_self_t *command_self) |
|
| afw_command_local_server_write_result (afw_command_local_server_self_t *self, const char *format,...) |
|
| afw_command_local_server_write_error (afw_command_local_server_self_t *self, const afw_error_t *error, afw_xctx_t *xctx) |
|
| afw_command_local_server_write_end (afw_command_local_server_self_t *self) |
|