24#ifndef DT_COMMON_HTTP_SERVER_H
25#define DT_COMMON_HTTP_SERVER_H
27#include <libsoup/soup.h>
void dt_http_server_kill(dt_http_server_t *server)
gboolean(* dt_http_server_callback)(GHashTable *query, gpointer user_data)
dt_http_server_t * dt_http_server_create(const int *ports, const int n_ports, const char *id, const dt_http_server_callback callback, gpointer user_data)