comparison Plugins/Engine/OrthancPlugins.h @ 3395:0ce9b4f5fdf5

new abstraction: IHttpHandler::CreateStreamHandler()
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 06 Jun 2019 18:54:27 +0200
parents 2cd0369a156f
children 4981405e6c5c
comparison
equal deleted inserted replaced
3394:2f82ef41bf5a 3395:0ce9b4f5fdf5
319 319
320 IJob* UnserializeJob(const std::string& type, 320 IJob* UnserializeJob(const std::string& type,
321 const Json::Value& value); 321 const Json::Value& value);
322 322
323 void RefreshMetrics(); 323 void RefreshMetrics();
324
325 // New in Orthanc 1.5.7
326 virtual IStream* CreateStreamHandler(RequestOrigin origin,
327 const char* remoteIp,
328 const char* username,
329 HttpMethod method,
330 const UriComponents& uri,
331 const Arguments& headers);
324 }; 332 };
325 } 333 }
326 334
327 #endif 335 #endif