Mercurial > hg > orthanc
comparison Core/RestApi/RestApi.h @ 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 |
---|---|
63 const char* username, | 63 const char* username, |
64 HttpMethod method, | 64 HttpMethod method, |
65 const UriComponents& uri, | 65 const UriComponents& uri, |
66 const Arguments& headers, | 66 const Arguments& headers, |
67 const GetArguments& getArguments, | 67 const GetArguments& getArguments, |
68 const char* bodyData, | 68 const void* bodyData, |
69 size_t bodySize); | 69 size_t bodySize); |
70 | 70 |
71 void Register(const std::string& path, | 71 void Register(const std::string& path, |
72 RestApiGetCall::Handler handler); | 72 RestApiGetCall::Handler handler); |
73 | 73 |