Mercurial > hg > orthanc
comparison OrthancFramework/Sources/RestApi/RestApiOutput.h @ 4805:0a38000b086d
Archive jobs response now contains a header Content-Disposition:filename='archive.zip'
author | Alain Mazy <am@osimis.io> |
---|---|
date | Tue, 09 Nov 2021 09:51:14 +0100 |
parents | d9942d48fea7 |
children | 7053502fbf97 |
comparison
equal
deleted
inserted
replaced
4804:ae643f664628 | 4805:0a38000b086d |
---|---|
75 | 75 |
76 void AnswerBuffer(const void* buffer, | 76 void AnswerBuffer(const void* buffer, |
77 size_t length, | 77 size_t length, |
78 MimeType contentType); | 78 MimeType contentType); |
79 | 79 |
80 void SetContentFilename(const char* filename); | |
81 | |
80 void SignalError(HttpStatus status); | 82 void SignalError(HttpStatus status); |
81 | 83 |
82 void SignalError(HttpStatus status, | 84 void SignalError(HttpStatus status, |
83 const std::string& message); | 85 const std::string& message); |
84 | 86 |