FIX: do not use verbose for curlpp anymore
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
|
#include "curlpp/Options.hpp"
|
||||||
#include "kubecontrol/Utils.hpp"
|
#include "kubecontrol/Utils.hpp"
|
||||||
#include <kubecontrol/KubePod.hpp>
|
#include <kubecontrol/KubePod.hpp>
|
||||||
|
|
||||||
@@ -148,7 +149,9 @@ namespace kubecontrol
|
|||||||
|
|
||||||
request.setOpt(new curlpp::options::SslVerifyPeer(false));
|
request.setOpt(new curlpp::options::SslVerifyPeer(false));
|
||||||
|
|
||||||
request.setOpt(new curlpp::options::Post(true));
|
// request.setOpt(new curlpp::options::Post(true));
|
||||||
|
request.setOpt(new curlpp::options::CustomRequest("POST"));
|
||||||
|
// request.setOpt(new curlpp::options::Verbose("POST"));
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user