diff options
| author | Stefan Boberg <[email protected]> | 2021-08-20 22:15:22 +0200 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2021-08-20 22:15:22 +0200 |
| commit | 92f14f3e73413a70157e3dc31b083dc17951695f (patch) | |
| tree | 8e26e1197f9bc64268c635ca6c3b0ae520fdc32d /zencore/include | |
| parent | Added initial sentry.io support for crash tracking etc (diff) | |
| download | zen-92f14f3e73413a70157e3dc31b083dc17951695f.tar.xz zen-92f14f3e73413a70157e3dc31b083dc17951695f.zip | |
Restructured http server code in preparation for cross platform implementation
Diffstat (limited to 'zencore/include')
| -rw-r--r-- | zencore/include/zencore/httpserver.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/zencore/include/zencore/httpserver.h b/zencore/include/zencore/httpserver.h index 38fdcf457..9f19479c1 100644 --- a/zencore/include/zencore/httpserver.h +++ b/zencore/include/zencore/httpserver.h @@ -224,6 +224,8 @@ public: */ virtual IoBuffer ReadPayload() = 0; + ZENCORE_API CbObject ReadPayloadObject(); + /** Respond with payload Note that this is destructive in the sense that the IoBuffer instances referred to by Blobs will be |