#include <llsdhttpserver.h>
Static Public Member Functions | |
static void | useServices () |
This module implements and defines common services that should be included in all server URL trees. These services facilitate debugging and introsepction.
void LLHTTPStandardServices::useServices | ( | ) | [static] |
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
This module implements common services that should be included in all server URL trees. These services facilitate debugging and introsepction.