Microsoft Azure IoTHub client HTTP transport

Dependents:   iothub_client_sample_http simplesample_http temp_sensor_anomaly

This library implements the HTTP transport for Microsoft Azure IoTHub client. The code is replicated from https://github.com/Azure/azure-iot-sdks

Revision:
15:52602fffff8d
Parent:
14:fae5c6b2cce3
Child:
17:7ef88cde801f
--- a/iothubtransporthttp.h	Fri Mar 25 15:59:57 2016 -0700
+++ b/iothubtransporthttp.h	Fri Apr 08 13:24:07 2016 -0700
@@ -4,7 +4,8 @@
 #ifndef IOTHUBTRANSPORTHTTP_H
 #define IOTHUBTRANSPORTHTTP_H
 
-#include "iothub_client_private.h"
+#include "iothub_client_ll.h"
+#include "iothub_transport_ll.h"
 
 #ifdef __cplusplus
 extern "C"