summaryrefslogtreecommitdiff
path: root/PlexHelper.h
blob: 3c77987ae4a64f004d2efbec3a1f547afc1d4f57 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#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