Add mongoose-based http example

This commit is contained in:
Fabing Li
2024-03-26 10:43:25 +08:00
committed by Tate, Hongliang Tian
parent 30a2553a70
commit c8ec4bb8ba
5 changed files with 173 additions and 2 deletions

View File

@ -19,6 +19,7 @@ echo "Start network test......"
./sockoption
./listen_backlog
# ./send_buf_full
./http_server &
./http_client
echo "All network test passed"