Webserver example for Nuvoton NuMaker boards and mbed OS 5.15 - HTTP 1.1 and multi-threaded.

Dependencies:   mbed-http

For Mbed OS 6, please use the NuMaker-simple-httpd example.

This application demonstrates how to run an HTTP server on an mbed OS 5 device. It is derived from http-webserver-example Request parsing is done through nodejs/http-parser.

Fixed for Mbed OS 5.15 or later

Tested on

NuMaker IoT-M487 with Ethernet NuMaker PFM-M487 with Ethernet

Revision:
2:ff1a293c4df3
Parent:
0:41f820ea137a
diff -r fe3df398bdf5 -r ff1a293c4df3 README.md
--- a/README.md	Mon Jul 31 17:12:21 2017 +0200
+++ b/README.md	Mon Jun 29 08:17:16 2020 +0000
@@ -1,6 +1,6 @@
 # mbed-os-example-http-server
 
-This application demonstrates how to run an HTTP server on an mbed OS 5 device.
+This application demonstrates how to run an HTTP server on an mbed OS 5.15 device.
 
 Request parsing is done through [nodejs/http-parser](https://github.com/nodejs/http-parser).
 
@@ -16,5 +16,8 @@
 * K64F with Ethernet.
 * NUCLEO_F411RE with ESP8266.
     * For ESP8266, you need [this patch](https://github.com/ARMmbed/esp8266-driver/pull/41).
+    
+* NuMaker-IoT-M487 with Ethernet
+* NuMaker-PFM-M487 with Ethernet
 
 But every networking stack that supports the [mbed OS 5 NetworkInterface API](https://docs.mbed.com/docs/mbed-os-api-reference/en/latest/APIs/communication/network_sockets/) should work.