Mercurial > hg > orthanc
comparison Plugins/Engine/PluginsHttpHandler.h @ 901:7d88f3f4a3b3 plugins
refactoring IsServedUri, answer PNG images, regular expression groups
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 18 Jun 2014 15:22:13 +0200 |
parents | bb0a51561016 |
children | 2732b5f57d9c |
comparison
equal
deleted
inserted
replaced
900:1b92ce45cc8d | 901:7d88f3f4a3b3 |
---|---|
50 public: | 50 public: |
51 PluginsHttpHandler(); | 51 PluginsHttpHandler(); |
52 | 52 |
53 virtual ~PluginsHttpHandler(); | 53 virtual ~PluginsHttpHandler(); |
54 | 54 |
55 virtual bool IsServedUri(const UriComponents& uri); | |
56 | |
57 virtual bool Handle(HttpOutput& output, | 55 virtual bool Handle(HttpOutput& output, |
58 HttpMethod method, | 56 HttpMethod method, |
59 const UriComponents& uri, | 57 const UriComponents& uri, |
60 const Arguments& headers, | 58 const Arguments& headers, |
61 const Arguments& getArguments, | 59 const Arguments& getArguments, |