From 420b91db29485df39fd6e724e782c449158811cb Mon Sep 17 00:00:00 2001 From: James Cook Date: Tue, 2 Jan 2007 08:33:20 +0000 Subject: Print done when done. --- indra/llmessage/llsdhttpserver.h | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 indra/llmessage/llsdhttpserver.h (limited to 'indra/llmessage/llsdhttpserver.h') diff --git a/indra/llmessage/llsdhttpserver.h b/indra/llmessage/llsdhttpserver.h new file mode 100644 index 0000000000..11ff38955b --- /dev/null +++ b/indra/llmessage/llsdhttpserver.h @@ -0,0 +1,33 @@ +/** + * @file llsdhttpserver.h + * @brief Standard LLSD services + * + * Copyright (c) 2006-$CurrentYear$, Linden Research, Inc. + * $License$ + */ + +#ifndef LL_LLSDHTTPSERVER_H +#define LL_LLSDHTTPSERVER_H + +/** + * This module implements and defines common services that should be included + * in all server URL trees. These services facilitate debugging and + * introsepction. + */ + +class LLHTTPStandardServices +{ +public: + static void useServices(); + /**< + Having a call to this function causes the following services to be + registered: + /web/echo -- echo input + /web/hello -- return "hello" + /web/server/api -- return a list of url paths on the server + /web/server/api/<..path..> + -- return description of the path + */ +}; + +#endif // LL_LLSDHTTPSERVER_H -- cgit v1.2.3