Add ability to send custom HTTP headers

This commit is contained in:
Chocobo1
2020-04-22 17:15:12 +08:00
parent f1d02c6aee
commit bb80b378c1
8 changed files with 123 additions and 0 deletions

View File

@@ -223,6 +223,12 @@ public:
QString getWebUiRootFolder() const;
void setWebUiRootFolder(const QString &path);
// WebUI custom HTTP headers
bool isWebUICustomHTTPHeadersEnabled() const;
void setWebUICustomHTTPHeadersEnabled(bool enabled);
QString getWebUICustomHTTPHeaders() const;
void setWebUICustomHTTPHeaders(const QString &headers);
// Dynamic DNS
bool isDynDNSEnabled() const;
void setDynDNSEnabled(bool enabled);