#include <llsdhttpserver.h>
Static Public Member Functions | |
static void | useServices () |
Definition at line 41 of file llsdhttpserver.h.
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
Definition at line 43 of file llsdhttpserver.cpp.
Referenced by tut::HTTPServiceTestData::HTTPServiceTestData(), and tut::HTTPClientTestData::setupTheServer().