This is a quick example of a simple HTTP client program using the network-socket API that is provided as a part of mbed-os. The program brings up an underlying network interface, and uses it to perform an HTTP transaction over a TCPSocket.

Revision:
20:446908281db5
Parent:
14:147f7f2bc7c7
Child:
24:0449435e2ef2
--- a/README.md	Thu May 25 17:00:03 2017 +0100
+++ b/README.md	Thu Jun 08 16:15:04 2017 +0100
@@ -25,7 +25,3 @@
 ### Documentation ###
 
 More information on the network-socket API can be found in the [mbed handbook](https://docs.mbed.com/docs/mbed-os-api-reference/en/latest/APIs/communication/network_sockets/).
-
-### Known issues
-
-- ARCH_PRO runtime fails for all toolchains - issue [here](https://github.com/ARMmbed/mbed-os-example-sockets/issues/17)