6 #include "progresstask.h"
11 unsigned int no_conn = 10,
unsigned int max_conn = 100,
12 double duration = 10.0,
double max_time = 25.0,
14 double start()
override;
20 double tick_duration_s;
21 double dynamic_conn_limit;
Definition: downloadtask.h:8
void payload(HttpClientConnection *, char *, size_t len) override
Data has arrived from the server.
Definition: downloadtask.cpp:66
double start() override
Definition: downloadtask.cpp:14
void newRequest(HttpClientConnection *) override
Initiate next request, or ignore to close connection.
Definition: downloadtask.cpp:48
double timerEvent() override
Definition: downloadtask.cpp:21
bool headerComplete(HttpClientConnection *) override
Called when response headers are fully read and parsed, except for websocket upgrades,...
Definition: downloadtask.cpp:60
HTTP/1.1 client protocol.
Definition: httpclientconnection.h:39
The host name and port number of a HTTP host.
Definition: httphost.h:17
Definition: progresstask.h:5