summaryrefslogtreecommitdiff
path: root/PlexHelper.h
blob: 0df6eaff405ae682ae12075126273159e4fe4d99 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#ifndef PLEXHELPER_H
#define PLEXHELPER_H

#include <Poco/Net/HTTPRequest.h>

namespace plexclient
{

class PlexHelper
{
public:
	static void AddHttpHeader(Poco::Net::HTTPRequest& request);
private:
	PlexHelper() {};

};

}

#endif // PLEXHELPER_H