summaryrefslogtreecommitdiff
path: root/PlexHelper.h
diff options
context:
space:
mode:
Diffstat (limited to 'PlexHelper.h')
-rw-r--r--PlexHelper.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/PlexHelper.h b/PlexHelper.h
index e42fc1d..0df6eaf 100644
--- a/PlexHelper.h
+++ b/PlexHelper.h
@@ -1,14 +1,17 @@
#ifndef PLEXHELPER_H
#define PLEXHELPER_H
+#include <Poco/Net/HTTPRequest.h>
+
namespace plexclient
{
class PlexHelper
{
public:
- PlexHelper();
- ~PlexHelper();
+ static void AddHttpHeader(Poco::Net::HTTPRequest& request);
+private:
+ PlexHelper() {};
};