diff Framework/Toolbox/IWebService.h @ 288:8c8da145fefa am-2

renamings and doc
author am@osimis.io
date Thu, 30 Aug 2018 16:52:40 +0200
parents 0dfa83535cd7
children 3897f9f28cfa
line wrap: on
line diff
--- a/Framework/Toolbox/IWebService.h	Thu Aug 30 11:36:36 2018 +0200
+++ b/Framework/Toolbox/IWebService.h	Thu Aug 30 16:52:40 2018 +0200
@@ -28,6 +28,11 @@
 
 namespace OrthancStone
 {
+  // The IWebService performs HTTP requests.
+  // Since applications can run in native or WASM environment and, since
+  // in a WASM environment, the WebService is asynchronous, the IWebservice
+  // also implements an asynchronous interface: you must schedule a request
+  // and you'll be notified when the response/error is ready.
   class IWebService
   {
   protected: