comparison Core/HttpServer/EmbeddedResourceHttpHandler.cpp @ 3401:962e5f00744b

cont
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 07 Jun 2019 14:58:27 +0200
parents 4e43e67f8ecf
children 94f4a18a79cc
comparison
equal deleted inserted replaced
3400:0faae6f6e3c5 3401:962e5f00744b
60 const char* /*username*/, 60 const char* /*username*/,
61 HttpMethod method, 61 HttpMethod method,
62 const UriComponents& uri, 62 const UriComponents& uri,
63 const Arguments& headers, 63 const Arguments& headers,
64 const GetArguments& arguments, 64 const GetArguments& arguments,
65 const char* /*bodyData*/, 65 const void* /*bodyData*/,
66 size_t /*bodySize*/) 66 size_t /*bodySize*/)
67 { 67 {
68 if (!Toolbox::IsChildUri(baseUri_, uri)) 68 if (!Toolbox::IsChildUri(baseUri_, uri))
69 { 69 {
70 // This URI is not served by this handler 70 // This URI is not served by this handler