diff Core/RestApi/RestApiPostCall.h @ 1441:f3672356c121

refactoring: IHttpHandler and HttpToolbox
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 01 Jul 2015 10:38:39 +0200
parents 6e7e5ed91c2d
children 8dc80ba768aa
line wrap: on
line diff
--- a/Core/RestApi/RestApiPostCall.h	Wed Jul 01 10:18:26 2015 +0200
+++ b/Core/RestApi/RestApiPostCall.h	Wed Jul 01 10:38:39 2015 +0200
@@ -46,8 +46,8 @@
     
     RestApiPostCall(RestApiOutput& output,
                     RestApi& context,
-                    const HttpHandler::Arguments& httpHeaders,
-                    const HttpHandler::Arguments& uriComponents,
+                    const IHttpHandler::Arguments& httpHeaders,
+                    const IHttpHandler::Arguments& uriComponents,
                     const UriComponents& trailing,
                     const UriComponents& fullUri,
                     const std::string& data) :