diff 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
line wrap: on
line diff
--- a/NEWS	Thu Jun 06 18:54:27 2019 +0200
+++ b/NEWS	Thu Jun 06 21:35:05 2019 +0200
@@ -13,7 +13,8 @@
 -------
 
 * New functions in the SDK:
-  - OrthancPluginHttpClientChunkedBody(): POST/PUT query with a chunked body
+  - OrthancPluginHttpClientChunkedBody(): HTTP client for POST/PUT with a chunked body
+  - OrthancPluginRegisterMultipartRestCallback(): HTTP server for POST/PUT with multipart body
 
 Maintenance
 -----------