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:
38:01bf35934f1b
Parent:
18:ab990f6aa61f
--- a/iothubtransporthttp.h	Tue Jun 26 19:13:35 2018 -0700
+++ b/iothubtransporthttp.h	Tue Sep 11 11:12:14 2018 -0700
@@ -11,7 +11,7 @@
 {
 #endif
 
-	extern const TRANSPORT_PROVIDER* HTTP_Protocol(void);
+    extern const TRANSPORT_PROVIDER* HTTP_Protocol(void);
 
 #ifdef __cplusplus
 }