comparison Core/HttpServer/FilesystemHttpHandler.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
55 virtual bool Handle( 55 virtual bool Handle(
56 HttpOutput& output, 56 HttpOutput& output,
57 HttpMethod method, 57 HttpMethod method,
58 const UriComponents& uri, 58 const UriComponents& uri,
59 const Arguments& headers, 59 const Arguments& headers,
60 const Arguments& arguments, 60 const GetArguments& arguments,
61 const std::string&); 61 const std::string&);
62 62
63 bool IsListDirectoryContent() const 63 bool IsListDirectoryContent() const
64 { 64 {
65 return listDirectoryContent_; 65 return listDirectoryContent_;