Mercurial > hg > orthanc
comparison OrthancFramework/Sources/RestApi/RestApiPutCall.h @ 4330:a01b1c9cbef4
moving generic type definitions from IHttpHandler to HttpToolbox
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 25 Nov 2020 14:39:10 +0100 |
parents | 4d42408da117 |
children | 3af1d763763a |
comparison
equal
deleted
inserted
replaced
4329:9dc0e42f868b | 4330:a01b1c9cbef4 |
---|---|
38 RestApiPutCall(RestApiOutput& output, | 38 RestApiPutCall(RestApiOutput& output, |
39 RestApi& context, | 39 RestApi& context, |
40 RequestOrigin origin, | 40 RequestOrigin origin, |
41 const char* remoteIp, | 41 const char* remoteIp, |
42 const char* username, | 42 const char* username, |
43 const IHttpHandler::Arguments& httpHeaders, | 43 const HttpToolbox::Arguments& httpHeaders, |
44 const IHttpHandler::Arguments& uriComponents, | 44 const HttpToolbox::Arguments& uriComponents, |
45 const UriComponents& trailing, | 45 const UriComponents& trailing, |
46 const UriComponents& fullUri, | 46 const UriComponents& fullUri, |
47 const void* bodyData, | 47 const void* bodyData, |
48 size_t bodySize) : | 48 size_t bodySize) : |
49 RestApiCall(output, context, origin, remoteIp, username, | 49 RestApiCall(output, context, origin, remoteIp, username, |