Mercurial > hg > orthanc
diff 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 |
line wrap: on
line diff
--- a/Plugins/Engine/OrthancPlugins.h Thu Jun 06 16:42:41 2019 +0200 +++ b/Plugins/Engine/OrthancPlugins.h Thu Jun 06 18:54:27 2019 +0200 @@ -321,6 +321,14 @@ const Json::Value& value); void RefreshMetrics(); + + // New in Orthanc 1.5.7 + virtual IStream* CreateStreamHandler(RequestOrigin origin, + const char* remoteIp, + const char* username, + HttpMethod method, + const UriComponents& uri, + const Arguments& headers); }; }