diff OrthancFramework/Sources/RestApi/RestApiOutput.h @ 4672:d9942d48fea7

ZipWriter::CancelStream(), ZipWriter::GetArchiveSize() and HttpOutput::AnswerWithoutBuffering()
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 02 Jun 2021 17:35:39 +0200
parents 9086aeb9d9d2
children 0a38000b086d
line wrap: on
line diff
--- a/OrthancFramework/Sources/RestApi/RestApiOutput.h	Fri May 28 18:44:00 2021 +0200
+++ b/OrthancFramework/Sources/RestApi/RestApiOutput.h	Wed Jun 02 17:35:39 2021 +0200
@@ -66,6 +66,8 @@
 
     void AnswerStream(IHttpStreamAnswer& stream);
 
+    void AnswerWithoutBuffering(IHttpStreamAnswer& stream);
+
     void AnswerJson(const Json::Value& value);
 
     void AnswerBuffer(const std::string& buffer,