mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 23:17:21 -06:00
Add ability to send custom HTTP headers
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user