comparison Core/HttpServer/IHttpHandler.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
83 const char* username, 83 const char* username,
84 HttpMethod method, 84 HttpMethod method,
85 const UriComponents& uri, 85 const UriComponents& uri,
86 const Arguments& headers, 86 const Arguments& headers,
87 const GetArguments& getArguments, 87 const GetArguments& getArguments,
88 const char* bodyData, 88 const void* bodyData,
89 size_t bodySize) = 0; 89 size_t bodySize) = 0;
90 }; 90 };
91 } 91 }