comparison NEWS @ 3387:a48d652f1500

new function OrthancPluginHttpClientChunkedBody(), new class OrthancPlugins::HttpClient
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 05 Jun 2019 17:17:48 +0200
parents 0528a6c36f3d
children 4981405e6c5c
comparison
equal deleted inserted replaced
3386:af9432e46c07 3387:a48d652f1500
6 -------- 6 --------
7 7
8 * "/modalities/{id}/query": New argument "Normalize" can be set to "false" 8 * "/modalities/{id}/query": New argument "Normalize" can be set to "false"
9 to bypass the automated correction of outgoing C-FIND queries 9 to bypass the automated correction of outgoing C-FIND queries
10 * Reporting of "ParentResources" in "DicomModalityStore" and "DicomModalityStore" jobs 10 * Reporting of "ParentResources" in "DicomModalityStore" and "DicomModalityStore" jobs
11
12 Plugins
13 -------
14
15 * New functions in the SDK:
16 - OrthancPluginHttpClientChunkedBody(): POST/PUT query with a chunked body
11 17
12 Maintenance 18 Maintenance
13 ----------- 19 -----------
14 20
15 * Orthanc now accepts "-H 'Transfer-Encoding: chunked'" option from curl 21 * Orthanc now accepts "-H 'Transfer-Encoding: chunked'" option from curl