this is using the mbed os version 5-13-1

Dependencies:   mbed-http

Branch:
PassingRegression
Revision:
107:f1a83fd41b17
Parent:
105:e5ce023eee93
Child:
109:c274780ff609
--- a/source/WiFiManager.h	Mon May 06 10:24:53 2019 +0000
+++ b/source/WiFiManager.h	Mon May 06 16:44:40 2019 +0000
@@ -52,6 +52,7 @@
     char*                 responseString; // response string formated for Box
     uint8_t*              responseBytes; // response bytes formated for Box
     wifi_cmd_t  wifiCmd;
+    bool        backgroundTaskCompleted;
     //at_data_msg_t *at_data_resp;
     int         chunkNum;
     /*  Queue and memory pool for AT to Wifi commands */
@@ -73,6 +74,7 @@
 
     bool is_connected;
     bool http_response_hdr_sent;
+    bool http_request_result;
     int  wifiBusy;
     Timer wifiWatchdogTimer;
     uint32_t watchdogCnt;
@@ -87,6 +89,7 @@
     void                  set_internet_config();
     nsapi_error_t         connect();
     nsapi_error_t         disconnect();
+    void                  createSendHttpsRequest();
     bool                  createHttpsRequest();
     void                  createHttpRequest(http_method method,
                                           const char* url,