comparison Core/HttpServer/EmbeddedResourceHttpHandler.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 b1291df2f780
comparison
equal deleted inserted replaced
1570:2bd2c280f9b5 1571:3232f1c995a5
51 } 51 }
52 52
53 53
54 bool EmbeddedResourceHttpHandler::Handle( 54 bool EmbeddedResourceHttpHandler::Handle(
55 HttpOutput& output, 55 HttpOutput& output,
56 RequestOrigin /*origin*/,
57 const char* /*remoteIp*/,
58 const char* /*username*/,
56 HttpMethod method, 59 HttpMethod method,
57 const UriComponents& uri, 60 const UriComponents& uri,
58 const Arguments& headers, 61 const Arguments& headers,
59 const GetArguments& arguments, 62 const GetArguments& arguments,
60 const char* /*bodyData*/, 63 const char* /*bodyData*/,