comparison OrthancServer/OrthancHttpHandler.cpp @ 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
67 const char* username, 67 const char* username,
68 HttpMethod method, 68 HttpMethod method,
69 const UriComponents& uri, 69 const UriComponents& uri,
70 const Arguments& headers, 70 const Arguments& headers,
71 const GetArguments& getArguments, 71 const GetArguments& getArguments,
72 const char* bodyData, 72 const void* bodyData,
73 size_t bodySize) 73 size_t bodySize)
74 { 74 {
75 for (Handlers::const_iterator it = handlers_.begin(); it != handlers_.end(); ++it) 75 for (Handlers::const_iterator it = handlers_.begin(); it != handlers_.end(); ++it)
76 { 76 {
77 if ((*it)->Handle(output, origin, remoteIp, username, method, uri, 77 if ((*it)->Handle(output, origin, remoteIp, username, method, uri,