comparison Core/HttpServer/FilesystemHttpHandler.cpp @ 1571:3232f1c995a5

provide the origin of the requests to HTTP handlers
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 25 Aug 2015 11:04:19 +0200
parents 3606278d305e
children bd1889029cbb
comparison
equal deleted inserted replaced
1570:2bd2c280f9b5 1571:3232f1c995a5
124 } 124 }
125 125
126 126
127 bool FilesystemHttpHandler::Handle( 127 bool FilesystemHttpHandler::Handle(
128 HttpOutput& output, 128 HttpOutput& output,
129 RequestOrigin /*origin*/,
130 const char* /*remoteIp*/,
131 const char* /*username*/,
129 HttpMethod method, 132 HttpMethod method,
130 const UriComponents& uri, 133 const UriComponents& uri,
131 const Arguments& headers, 134 const Arguments& headers,
132 const GetArguments& arguments, 135 const GetArguments& arguments,
133 const char* /*bodyData*/, 136 const char* /*bodyData*/,