diff options
| author | Dan Engelbrecht <[email protected]> | 2025-11-04 10:52:28 +0100 |
|---|---|---|
| committer | GitHub Enterprise <[email protected]> | 2025-11-04 10:52:28 +0100 |
| commit | 6548080e9da9b09f6800fc4bd4c1c3ed4a5eede4 (patch) | |
| tree | 5790ea775ad57d948a7eaf16bf11fcb237f29a0f /src/zenhttp/include | |
| parent | abort build upload if we fail to finalize a build part (#623) (diff) | |
| download | zen-6548080e9da9b09f6800fc4bd4c1c3ed4a5eede4.tar.xz zen-6548080e9da9b09f6800fc4bd4c1c3ed4a5eede4.zip | |
add `--verbose-http` option to builds commands (#630)
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 |