Mercurial > hg > orthanc
diff OrthancServer/OrthancHttpHandler.h @ 3395:0ce9b4f5fdf5
new abstraction: IHttpHandler::CreateStreamHandler()
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 06 Jun 2019 18:54:27 +0200 |
parents | 4e43e67f8ecf |
children | 962e5f00744b |
line wrap: on
line diff
--- a/OrthancServer/OrthancHttpHandler.h Thu Jun 06 16:42:41 2019 +0200 +++ b/OrthancServer/OrthancHttpHandler.h Thu Jun 06 18:54:27 2019 +0200 @@ -50,6 +50,13 @@ { } + virtual IStream* CreateStreamHandler(RequestOrigin origin, + const char* remoteIp, + const char* username, + HttpMethod method, + const UriComponents& uri, + const Arguments& headers); + virtual bool Handle(HttpOutput& output, RequestOrigin origin, const char* remoteIp,