Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion samples/http-server/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## http-server

This is an extremely simple static http server built with the library. For demonstration purposes, it only handles GET requests. Supported command line options:
This is an extremely simple static http server built with the library. Supported command line options:

- `-m`: Maximum number of concurrent clients (default: 100)
- `-p`: Port number to listen on (default: 8080)
Expand Down
Loading
Loading