mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-20 05:13:30 -07:00
Add ability to send custom HTTP headers
This commit is contained in:
parent
f1d02c6aee
commit
bb80b378c1
8 changed files with 123 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue