MythTV master
|
#include <libmythbase/http/mythhttproot.h>
Static Public Member Functions | |
static HTTPResponse | RedirectRoot (const HTTPRequest2 &Request, const QString &File) |
A convenience method to seemlessly redirect requests for index.html to a context specific file. More... | |
Definition at line 7 of file mythhttproot.h.
|
static |
A convenience method to seemlessly redirect requests for index.html to a context specific file.
e.g. assuming 'mythfrontend.html' points to a valid file:
Definition at line 24 of file mythhttproot.cpp.
Referenced by main(), run_backend(), and run_setup_webserver().