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:
11:495deb847d9c
Parent:
10:b012891d0a54
Child:
12:9e2531d86009
--- a/iothubtransporthttp.c	Thu Jan 28 09:57:44 2016 -0800
+++ b/iothubtransporthttp.c	Thu Jan 28 12:38:29 2016 -0800
@@ -8,7 +8,7 @@
 #include "gballoc.h"
 
 #include <time.h>
-#include "version.h"
+#include "iothub_client_version.h"
 #include "iothub_client_private.h"
 #include "iothubtransporthttp.h"