#include "web_callbacks.h"#include "server.h"#include <sys/types.h>#include <sys/stat.h>#include <unistd.h>#include <string.h>#include <stdio.h>#include "common.h"#include "storage.h"#include "cds_objects.h"#include "process.h"#include "update_manager.h"#include "ixml.h"#include "io_handler.h"Go to the source code of this file.
This handles the VirtualDirCallbacks that come from the web server.
Definition in file io_handler.cc.
1.6.1