diff options
| author | Dan Engelbrecht <[email protected]> | 2025-03-19 16:12:06 +0100 |
|---|---|---|
| committer | GitHub Enterprise <[email protected]> | 2025-03-19 16:12:06 +0100 |
| commit | 764dba27c3183122989a401824c1771249f335da (patch) | |
| tree | e46f7b464ad0d0accdda36bd915964354758358b /src/zenhttp/include | |
| parent | Missing import statment on dashboard's start page (#314) (diff) | |
| download | zen-764dba27c3183122989a401824c1771249f335da.tar.xz zen-764dba27c3183122989a401824c1771249f335da.zip | |
build list filters (#313)
- Feature: `zen builds list` command has new options
- `--query-path` - path to a .json (json format) or .cbo (compact binary object format) with the search query to use
- `--result-path` - path to a .json (json format) or .cbo (compact binary object format) to write output result to, if omitted json format will be output to console
Diffstat (limited to 'src/zenhttp/include')
| -rw-r--r-- | src/zenhttp/include/zenhttp/httpclient.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zenhttp/include/zenhttp/httpclient.h b/src/zenhttp/include/zenhttp/httpclient.h index a46b9fd83..4d901bdb5 100644 --- a/src/zenhttp/include/zenhttp/httpclient.h +++ b/src/zenhttp/include/zenhttp/httpclient.h @@ -97,7 +97,7 @@ public: HttpResponseCode StatusCode = HttpResponseCode::ImATeapot; IoBuffer ResponsePayload; // Note: this also includes the content type - // Contains the reponse headers + // Contains the response headers KeyValueMap Header; // The number of bytes sent as part of the request |