9 #ifndef __libutilxx__sella__server__callbacks_H__
10 #define __libutilxx__sella__server__callbacks_H__
12 #include "../../common.h"
13 #include "ServerException.h"
14 #include "HTTPConnection.h"
15 #include "../variant/Variant.h"
22 bool acl_callback(HTTPConnection::shared connection)
throw (ServerException);
23 bool authentication_callback(HTTPConnection::shared connection)
throw (ServerException);
24 bool request_callback(HTTPConnection::shared connection)
throw (ServerException);
25 bool error_callback(HTTPConnection::shared connection,
int code,
const std::string &detail)
throw (ServerException);