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