Class HttpFetcher
Http Fetcher - získává data z internetu.
#include <HttpFetcher.hpp>
Public Functions
| Type | Name |
|---|---|
| HttpFetcher () |
Public Static Functions
| Type | Name |
|---|---|
| std::string | getHTTPRequest (std::string url) Získá data z internetu - GET request. |
Public Functions Documentation
function HttpFetcher
HttpFetcher::HttpFetcher ()
Public Static Functions Documentation
function getHTTPRequest
Získá data z internetu - GET request.
static std::string HttpFetcher::getHTTPRequest (
std::string url
)
Parameters:
urlURL adresa
Returns:
std::string Data
The documentation for this class was generated from the following file sw/e-paper-board/src/HttpFetcher.hpp