aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--zenhttp/include/zenhttp/httpclient.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/zenhttp/include/zenhttp/httpclient.h b/zenhttp/include/zenhttp/httpclient.h
index c3bdf0506..7d9db7198 100644
--- a/zenhttp/include/zenhttp/httpclient.h
+++ b/zenhttp/include/zenhttp/httpclient.h
@@ -34,7 +34,7 @@ public:
struct Response
{
int StatusCode = 0;
- IoBuffer ResponsePayload;
+ IoBuffer ResponsePayload; // Note: this also includes the content type
};
[[nodiscard]] Response TransactPackage(std::string_view Url, CbPackage Package);