The Example consists of HTTPD server demo with demostration of URI handling :
1. URI \hello for GET command returns "Hello World!" message
2. URI \echo for POST command echoes back the POSTed message
Configure the project using "make menuconfig" and goto :
In order to test the HTTPD server persistent sockets demo :
See the README.md file in the upper level 'examples' directory for more information about examples.