|
|
4 лет назад | |
|---|---|---|
| .. | ||
| main | 4 лет назад | |
| scripts | 6 лет назад | |
| CMakeLists.txt | 7 лет назад | |
| Makefile | 7 лет назад | |
| README.md | 7 лет назад | |
| http_server_simple_test.py | 4 лет назад | |
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.