comparison Plugins/Samples/Common/OrthancPluginCppWrapper.h @ 3399:4e8205871967

OrthancPluginRegisterMultipartRestCallback() is working
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 07 Jun 2019 14:14:31 +0200
parents 9019279dbfd7
children 0faae6f6e3c5
comparison
equal deleted inserted replaced
3398:4acd1431e603 3399:4e8205871967
946 } 946 }
947 947
948 virtual IHandler* CreateHandler(OrthancPluginHttpMethod method, 948 virtual IHandler* CreateHandler(OrthancPluginHttpMethod method,
949 const std::string& url, 949 const std::string& url,
950 const std::string& contentType, 950 const std::string& contentType,
951 const std::string& subType, // Possibly empty
951 const std::vector<std::string>& groups, 952 const std::vector<std::string>& groups,
952 const std::map<std::string, std::string>& headers) = 0; 953 const std::map<std::string, std::string>& headers) = 0;
953 954
954 void Register(const std::string& regularExpression); 955 void Register(const std::string& regularExpression);
955 }; 956 };