|
|
hace 4 años | |
|---|---|---|
| .. | ||
| main | hace 4 años | |
| scripts | hace 6 años | |
| CMakeLists.txt | hace 7 años | |
| Makefile | hace 7 años | |
| README.md | hace 7 años | |
| http_server_simple_test.py | hace 4 años | |
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.