comparison NEWS @ 3396:4981405e6c5c

new sdk: OrthancPluginRegisterMultipartRestCallback()
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 06 Jun 2019 21:35:05 +0200
parents a48d652f1500
children 6add197274b1
comparison
equal deleted inserted replaced
3395:0ce9b4f5fdf5 3396:4981405e6c5c
11 11
12 Plugins 12 Plugins
13 ------- 13 -------
14 14
15 * New functions in the SDK: 15 * New functions in the SDK:
16 - OrthancPluginHttpClientChunkedBody(): POST/PUT query with a chunked body 16 - OrthancPluginHttpClientChunkedBody(): HTTP client for POST/PUT with a chunked body
17 - OrthancPluginRegisterMultipartRestCallback(): HTTP server for POST/PUT with multipart body
17 18
18 Maintenance 19 Maintenance
19 ----------- 20 -----------
20 21
21 * Orthanc now accepts "-H 'Transfer-Encoding: chunked'" option from curl 22 * Orthanc now accepts "-H 'Transfer-Encoding: chunked'" option from curl