comparison Core/HttpServer/FilesystemHttpHandler.h @ 3401:962e5f00744b

cont
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 07 Jun 2019 14:58:27 +0200
parents 0ce9b4f5fdf5
children b9cba6a91780
comparison
equal deleted inserted replaced
3400:0faae6f6e3c5 3401:962e5f00744b
70 const char* username, 70 const char* username,
71 HttpMethod method, 71 HttpMethod method,
72 const UriComponents& uri, 72 const UriComponents& uri,
73 const Arguments& headers, 73 const Arguments& headers,
74 const GetArguments& arguments, 74 const GetArguments& arguments,
75 const char* /*bodyData*/, 75 const void* /*bodyData*/,
76 size_t /*bodySize*/); 76 size_t /*bodySize*/);
77 77
78 bool IsListDirectoryContent() const 78 bool IsListDirectoryContent() const
79 { 79 {
80 return listDirectoryContent_; 80 return listDirectoryContent_;