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:
@@ -7,6 +7,7 @@ set(USERSPACE_PROJECTS
|
||||
dhcp-client
|
||||
echo
|
||||
getopt
|
||||
http-server
|
||||
id
|
||||
image
|
||||
init
|
||||
|
||||
Reference in New Issue
Block a user