1 #ifndef _AX_HTTP_HANDLER_H_ 2 #define _AX_HTTP_HANDLER_H_ 45 GOutputStream *output_stream,
void(* AXHttpRequestHandler)(const gchar *path, const gchar *method, const gchar *query, GHashTable *params, GOutputStream *output_stream, gpointer user_data)
This is the prototype of the callback function called whenever a request is made for a registered CGI...
Definition: ax_http_handler.h:41
Definition: ax_http_handler_int.h:16
AXHttpHandler * ax_http_handler_new(AXHttpRequestHandler request_handler, gpointer user_data)
Initializes a new AXHttpHandler and registers all CGIs listed in the CGI configuration file...
Definition: ax_http_handler.c:15
void ax_http_handler_free(AXHttpHandler *handler)
Frees an AXHttpHandler an releases all associated resources.
Definition: ax_http_handler.c:57