Experimental HTTP and HTTPS library for mbed OS 5

Files at this revision

API Documentation at this revision

Comitter:
Jan Jongboom
Date:
Tue Mar 27 11:05:43 2018 +0200
Parent:
24:6c1651fd26b9
Child:
28:9a04ed79d67e
Commit message:
Reference TCPSocket in tls_socket

Changed in this revision

source/tls_socket.h Show annotated file Show diff for this revision Revisions of this file
--- a/source/tls_socket.h	Thu Jan 11 13:57:53 2018 +0100
+++ b/source/tls_socket.h	Tue Mar 27 11:05:43 2018 +0200
@@ -24,6 +24,7 @@
 #include <string>
 #include <vector>
 #include <map>
+#include "TCPSocket.h"
 #include "http_parser.h"
 #include "http_response.h"
 #include "http_request_builder.h"