|
Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
Additional Inherited Members | |
Protected Member Functions inherited from TestWebServerAuth | |
| std::string | GetServerUsername () const override |
| Credentials the test web server requires. Empty means no authentication. | |
| std::string | GetServerPassword () const override |
| void | SetUp () override |
| void | TearDown () override |
Protected Member Functions inherited from TestWebServer | |
| TestWebServer () | |
| ~TestWebServer () override=default | |
| void | SetUp () override |
| void | TearDown () override |
| void | SetupMediaSources () |
| void | TearDownMediaSources () |
| std::string | GetUrl (const std::string &path) |
| std::string | GetUrlOfTestFile (const std::string &testFile) |
| bool | GetLastModifiedOfTestFile (const std::string &testFile, CDateTime &lastModified) |
| void | CheckHtmlTestFileResponse (const CCurlFile &curl) |
| void | CheckRangesTestFileResponse (const CCurlFile &curl, int httpStatus=MHD_HTTP_OK, bool empty=false) |
| void | CheckRangesTestFileResponse (const CCurlFile &curl, const std::string &result, const CHttpRanges &ranges) |
| std::string | GenerateRangeHeaderValue (unsigned int start, unsigned int end) |
Protected Attributes inherited from TestWebServer | |
| CWebServer | webserver |
| CHTTPJsonRpcHandler | m_jsonRpcHandler |
| CHTTPVfsHandler | m_vfsHandler |
| std::string | baseUrl |
| std::string | sourcePath |
| uint16_t | webserverPort |