32#ifndef GENLIB_NET_HTTP_SERVER_H
33#define GENLIB_NET_HTTP_SERVER_H
37#include <genlib/net/http/parseutil.h>
39int http_ServerCallback( IN HttpMessage& request, IN
int sockfd );
49int http_AddAlias( IN
const char* aliasRelURL, IN HttpEntity* entity,
50 OUT xstring& actualAlias );
55void http_OldServerCallback( IN
const char* msg,
int sockfd );
57void http_SetRootDir(
const char* httpRootDir );
63int http_RemoveAlias( IN
const char* alias );