File HttpFetcher.hpp
File List > e-paper-board > src > HttpFetcher.hpp
Go to the documentation of this file.
#pragma once
#include <HTTPClient.h>
#include <string>
class HttpFetcher {
private:
public:
HttpFetcher();
static std::string getHTTPRequest(std::string url);
};