Userspace: Implement the most basic http server

This server just responds with static http "hello world" to every
incoming request
This commit is contained in:
2024-06-20 13:29:01 +03:00
parent 4f0457a268
commit 1488ec5a03
3 changed files with 120 additions and 0 deletions

View File

@@ -7,6 +7,7 @@ set(USERSPACE_PROJECTS
dhcp-client
echo
getopt
http-server
id
image
init