Mercurial > hg > orthanc
comparison Core/HttpServer/HttpHandler.h @ 912:dcb2469f00f4 plugins
PluginsHttpHandler::RestApiGet
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Fri, 20 Jun 2014 14:55:24 +0200 |
parents | 7d88f3f4a3b3 |
children | 6e7e5ed91c2d |
comparison
equal
deleted
inserted
replaced
911:306afd58a0b3 | 912:dcb2469f00f4 |
---|---|
55 const UriComponents& uri, | 55 const UriComponents& uri, |
56 const Arguments& headers, | 56 const Arguments& headers, |
57 const Arguments& getArguments, | 57 const Arguments& getArguments, |
58 const std::string& postData) = 0; | 58 const std::string& postData) = 0; |
59 | 59 |
60 static void ParseGetQuery(HttpHandler::Arguments& result, | 60 static void ParseGetArguments(HttpHandler::Arguments& result, |
61 const char* query); | |
62 | |
63 static void ParseGetQuery(UriComponents& uri, | |
64 HttpHandler::Arguments& getArguments, | |
61 const char* query); | 65 const char* query); |
62 | 66 |
63 static std::string GetArgument(const Arguments& getArguments, | 67 static std::string GetArgument(const Arguments& getArguments, |
64 const std::string& name, | 68 const std::string& name, |
65 const std::string& defaultValue); | 69 const std::string& defaultValue); |