#include <Network.h>
Public Member Functions | |
| std::string | getNetworkFile (const char *) |
| std::string | getServerResponseHeader () const |
| unsigned int | getFileSize () const |
| std::string | getFileName () |
Private Member Functions | |
| void | _constructRequestHeader (std::string &, const char *) |
| void | _requestServerResource (const char *) |
| void | _requestSecureServerResource (const char *) |
Private Attributes | |
| std::string | _networkFileString |
| std::string | _serverResponseHeader |
| unsigned int | _fileSize |
| std::string | _fileName |
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
getNetworkFile: Request the file from the specified URL using 'netxx' library methods. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.4