comparison Core/HttpServer/EmbeddedResourceHttpHandler.h @ 1363:feaf2840917c

Plugins now receive duplicated GET arguments in their REST callbacks
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 20 May 2015 15:21:26 +0200
parents 6e7e5ed91c2d
children f3672356c121
comparison
equal deleted inserted replaced
1362:bf6db7d2f8b1 1363:feaf2840917c
53 virtual bool Handle( 53 virtual bool Handle(
54 HttpOutput& output, 54 HttpOutput& output,
55 HttpMethod method, 55 HttpMethod method,
56 const UriComponents& uri, 56 const UriComponents& uri,
57 const Arguments& headers, 57 const Arguments& headers,
58 const Arguments& arguments, 58 const GetArguments& arguments,
59 const std::string&); 59 const std::string&);
60 }; 60 };
61 } 61 }