comparison Core/RestApi/RestApi.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 6968356679c0
comparison
equal deleted inserted replaced
900:1b92ce45cc8d 901:7d88f3f4a3b3
269 { 269 {
270 } 270 }
271 271
272 ~RestApi(); 272 ~RestApi();
273 273
274 virtual bool IsServedUri(const UriComponents& uri);
275
276 virtual bool Handle(HttpOutput& output, 274 virtual bool Handle(HttpOutput& output,
277 HttpMethod method, 275 HttpMethod method,
278 const UriComponents& uri, 276 const UriComponents& uri,
279 const Arguments& headers, 277 const Arguments& headers,
280 const Arguments& getArguments, 278 const Arguments& getArguments,