comparison OrthancServer/Sources/OrthancHttpHandler.h @ 4335:82652c5fc04f

cppcheck
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 01 Dec 2020 20:31:04 +0100
parents a01b1c9cbef4
children d9473bd5ed43
comparison
equal deleted inserted replaced
4334:b2366bc023f8 4335:82652c5fc04f
54 RequestOrigin origin, 54 RequestOrigin origin,
55 const char* remoteIp, 55 const char* remoteIp,
56 const char* username, 56 const char* username,
57 HttpMethod method, 57 HttpMethod method,
58 const UriComponents& uri, 58 const UriComponents& uri,
59 const HttpToolbox::Arguments& headers); 59 const HttpToolbox::Arguments& headers) ORTHANC_OVERRIDE;
60 60
61 virtual bool Handle(HttpOutput& output, 61 virtual bool Handle(HttpOutput& output,
62 RequestOrigin origin, 62 RequestOrigin origin,
63 const char* remoteIp, 63 const char* remoteIp,
64 const char* username, 64 const char* username,
65 HttpMethod method, 65 HttpMethod method,
66 const UriComponents& uri, 66 const UriComponents& uri,
67 const HttpToolbox::Arguments& headers, 67 const HttpToolbox::Arguments& headers,
68 const HttpToolbox::GetArguments& getArguments, 68 const HttpToolbox::GetArguments& getArguments,
69 const void* bodyData, 69 const void* bodyData,
70 size_t bodySize); 70 size_t bodySize) ORTHANC_OVERRIDE;
71 71
72 void Register(IHttpHandler& handler, 72 void Register(IHttpHandler& handler,
73 bool isOrthancRestApi); 73 bool isOrthancRestApi);
74 74
75 bool HasOrthancRestApi() const 75 bool HasOrthancRestApi() const