Mercurial > hg > orthanc
comparison Core/HttpServer/HttpHandler.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 | 7e8cde5905fd |
children | dcb2469f00f4 |
comparison
equal
deleted
inserted
replaced
900:1b92ce45cc8d | 901:7d88f3f4a3b3 |
---|---|
48 | 48 |
49 virtual ~HttpHandler() | 49 virtual ~HttpHandler() |
50 { | 50 { |
51 } | 51 } |
52 | 52 |
53 virtual bool IsServedUri(const UriComponents& uri) = 0; | |
54 | |
55 virtual bool Handle(HttpOutput& output, | 53 virtual bool Handle(HttpOutput& output, |
56 HttpMethod method, | 54 HttpMethod method, |
57 const UriComponents& uri, | 55 const UriComponents& uri, |
58 const Arguments& headers, | 56 const Arguments& headers, |
59 const Arguments& getArguments, | 57 const Arguments& getArguments, |