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:
70:8a522080e86d
Parent:
61:e61d4d810148
Child:
73:03f443752d8a
--- a/README.md	Thu Jan 17 13:00:05 2019 +0000
+++ b/README.md	Wed Feb 13 18:31:29 2019 +0000
@@ -1,5 +1,7 @@
 ## Getting started with the network-socket API
 
+(Note: To see this example in a rendered form you can import into the Arm Mbed Online Compiler, please see [the documentation](https://os.mbed.com/docs/mbed-os/latest/apis/socket.html#socket-example).)
+
 This is a quick example of a simple HTTP client program using the
 [network-socket API](https://os.mbed.com/docs/latest/reference/network-socket.html) that [Mbed OS](https://github.com/ARMmbed/mbed-os) provides.