diff options
Diffstat (limited to 'src/zenhttp/include')
| -rw-r--r-- | src/zenhttp/include/zenhttp/httpclient.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/zenhttp/include/zenhttp/httpclient.h b/src/zenhttp/include/zenhttp/httpclient.h index 4fec1ec3f..c9b6d4dee 100644 --- a/src/zenhttp/include/zenhttp/httpclient.h +++ b/src/zenhttp/include/zenhttp/httpclient.h @@ -56,6 +56,7 @@ struct HttpClientSettings bool AllowResume = false; uint8_t RetryCount = 0; Oid SessionId = Oid::Zero; + bool Verbose = false; }; class HttpClientError : public std::runtime_error |