httpgateway: take listen/port data from config file

Šī revīzija ir iekļauta:
2019-02-21 10:47:49 +01:00
vecāks f5b594449d
revīzija 8b125c7775
2 mainīti faili ar 16 papildinājumiem un 1 dzēšanām

Parādīt failu

@@ -13,6 +13,10 @@ class HttpGateway : public GatewayInterface
httplib::Response convertResponse(Response response);
Request convertRequest(httplib::Request request);
// void worker(const httplib::Request& req, httplib::Response& res);
std::string listenaddr;
int listenport;
public:
HttpGateway(const Config &config);
bool keepReading() override;