HTTP download client.
More...
#include <tdme/network/httpclient/HTTPDownloadClient.h>
HTTP download client.
- Author
- Andreas Drewke
Definition at line 26 of file HTTPDownloadClient.h.
◆ HTTPDownloadClient()
◆ cancel()
◆ createHTTPRequestHeaders()
string createHTTPRequestHeaders |
( |
const string & |
hostName, |
|
|
const string & |
relativeUrl |
|
) |
| |
|
private |
Create HTTP request headers.
- Parameters
-
hostName | host name |
relativeUrl | url relative to server root |
Definition at line 54 of file HTTPDownloadClient.cpp.
◆ getFile()
const string & getFile |
( |
| ) |
|
|
inline |
◆ getPassword()
const string & getPassword |
( |
| ) |
|
|
inline |
◆ getProgress()
◆ getResponseHeaders()
const vector< string > & getResponseHeaders |
( |
| ) |
|
|
inline |
◆ getStatusCode()
int16_t getStatusCode |
( |
| ) |
|
|
inline |
◆ getURL()
const string & getURL |
( |
| ) |
|
|
inline |
◆ getUsername()
const string & getUsername |
( |
| ) |
|
|
inline |
◆ isFinished()
◆ join()
◆ parseHTTPResponseHeaders()
uint64_t parseHTTPResponseHeaders |
( |
ifstream & |
rawResponse, |
|
|
int16_t & |
httpStatusCode, |
|
|
vector< string > & |
httpHeader |
|
) |
| |
|
private |
Parse HTTP response headers.
- Parameters
-
rawResponse | raw response |
httpStatusCode | HTTP status code |
httpHeader | HTTP header |
- Returns
- http header size or 0 if not yet completely submitted
Definition at line 70 of file HTTPDownloadClient.cpp.
◆ reset()
◆ setFile()
void setFile |
( |
const string & |
file | ) |
|
|
inline |
◆ setPassword()
void setPassword |
( |
const string & |
password | ) |
|
|
inline |
◆ setURL()
void setURL |
( |
const string & |
url | ) |
|
|
inline |
◆ setUsername()
void setUsername |
( |
const string & |
username | ) |
|
|
inline |
◆ start()
◆ contentSize
uint64_t contentSize { 0LL } |
|
private |
◆ downloadThread
Thread* downloadThread { nullptr } |
|
private |
◆ downloadThreadMutex
Mutex downloadThreadMutex |
|
private |
◆ file
◆ finished
volatile bool finished { true } |
|
private |
◆ haveContentSize
bool haveContentSize { false } |
|
private |
◆ haveHeaders
bool haveHeaders { false } |
|
private |
◆ headerSize
uint64_t headerSize { 0LL } |
|
private |
◆ HTTP_STATUSCODE_OK
const constexpr int16_t HTTP_STATUSCODE_OK { 200 } |
|
staticconstexpr |
◆ httpHeader
vector<string> httpHeader |
|
private |
◆ httpStatusCode
int16_t httpStatusCode { -1 } |
|
private |
◆ password
◆ progress
volatile float progress { 0.0f } |
|
private |
◆ url
◆ username
The documentation for this class was generated from the following files: