#include <ConfigHTTP.h>
Definition at line 37 of file ConfigHTTP.h.
◆ ConfigHTTP() [1/3]
Definition at line 33 of file ConfigHTTP.cpp.
33 {
36 "--pipelined-requests",
37 "Pipelined requests",
38 "bool",
39 XSTR(HTTP_REQUEST_PIPELINED),
40 CLI::IsMember({"true", "false"}));
41 }
CLI::Option * addFlag(const std::string &name, const std::string &description, const std::string &typeName)
CLI::Option * pipelinedRequestsOpt
◆ ConfigHTTP() [2/3]
web::http::client::ConfigHTTP::ConfigHTTP |
( |
ConfigHTTP & | | ) |
|
|
delete |
◆ ConfigHTTP() [3/3]
web::http::client::ConfigHTTP::ConfigHTTP |
( |
ConfigHTTP && | | ) |
|
|
defaultnoexcept |
◆ getPipelinedRequests()
bool web::http::client::ConfigHTTP::getPipelinedRequests |
( |
| ) |
const |
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ setPipelinedRequests()
void web::http::client::ConfigHTTP::setPipelinedRequests |
( |
bool | pipelinedRequests | ) |
|
◆ pipelinedRequestsOpt
CLI::Option* web::http::client::ConfigHTTP::pipelinedRequestsOpt = nullptr |
|
private |
The documentation for this class was generated from the following files: