diff Core/RestApi/RestApi.h @ 895:7e8cde5905fd plugins

allow superposition of REST handlers
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 16 Jun 2014 17:47:58 +0200
parents 2d0a347e8cfc
children 7d88f3f4a3b3
line wrap: on
line diff
--- a/Core/RestApi/RestApi.h	Mon Jun 16 17:31:09 2014 +0200
+++ b/Core/RestApi/RestApi.h	Mon Jun 16 17:47:58 2014 +0200
@@ -273,7 +273,7 @@
 
     virtual bool IsServedUri(const UriComponents& uri);
 
-    virtual void Handle(HttpOutput& output,
+    virtual bool Handle(HttpOutput& output,
                         HttpMethod method,
                         const UriComponents& uri,
                         const Arguments& headers,